Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
63110 commits behind the upstream repository.
Simon Marlow's avatar
Simon Marlow authored
Test for declaring an infix constructor using prefix notation, eg.

	data T a b = (:^:) a b
46faadc3
History