Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
obsidiansystems
GHC
Commits
b218241d
Commit
b218241d
authored
Dec 26, 2015
by
eir@cis.upenn.edu
Browse files
Test
#10589
in typecheck/should_compile/T10589
parent
da69358b
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/typecheck/should_compile/T10589.hs
0 → 100644
View file @
b218241d
{-# LANGUAGE LambdaCase, TypeFamilies #-}
module
T10589
where
type
family
F
a
where
F
a
=
Bool
->
a
foo
=
(
\
case
True
->
5
False
->
6
)
::
F
Int
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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