1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00
semantic/test/fixtures/haskell/corpus/gadt-declarations.B.hs
2018-06-05 16:01:56 -07:00

3 lines
55 B
Haskell

data Bar a b c where
Baz :: a -> b -> c -> Bar a b c