Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
d0e25c55
Commit
d0e25c55
authored
Apr 04, 2005
by
simonpj
Browse files
[project @ 2005-04-04 12:24:28 by simonpj]
Add comment
parent
66fb864a
Changes
1
Show whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/typecheck/should_run/tcrun021.hs
View file @
d0e25c55
...
...
@@ -50,5 +50,10 @@ instance SecurityPolicy LinuxSecurityPolicy LinuxSecurityModel LinuxObject Linux
model
::
FiniteMap
LinuxObjectId
LinuxObject
model
=
listToFM
[
(
Left
[]
,
File
[]
),
(
Left
[
"home"
],
File
[
"home"
])
]
-- works
-- model :: (LinuxObjectId, LinuxObject)
-- model = (Left [], File [])
main
::
IO
()
main
=
do
{
putStrLn
(
show
model
)
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment