Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
63109 commits behind the upstream repository.
Simon Marlow's avatar
Simon Marlow authored
allow infix constructors to be declared with prefix notation, eg

	data T a b = (:^:) a b
e6612ed1
History