Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
902cf01bdddc037453294adc0eb03c74d00301eb
902cf01bdddc037453294adc0eb03c74d00301eb
Switch branch/tag
ghc
testsuite
tests
indexed-types
should_compile
ClosedFam2.hs-boot
Find file
Normal view
History
Permalink
ClosedFam2.hs-boot
83 Bytes
Edit
Web IDE
Newer
Older
Added test cases for closed type families in .hs-boot files.
eir@cis.upenn.edu
committed
Aug 05, 2013
1
2
3
4
5
{-# LANGUAGE TypeFamilies #-}
module
ClosedFam2
where
type
family
Foo
b
where
..