id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
1930,"Make operators into type constructors, rather than type variables",igloo,,"The `+ a b` here should be either `(+) a b` or `a + b`:
{{{
$ ghci -XTypeOperators
GHCi, version 6.8.1: http://www.haskell.org/ghc/  :? for help
Loading package base ... linking ... done.
Prelude> :t undefined :: a + b
undefined :: a + b :: + a b
Prelude> 
}}}
",feature request,closed,normal,_|_,Compiler,6.8.1,fixed,,,Unknown/Multiple,Unknown/Multiple,None/Unknown,Unknown,ghci/scripts/ghci033,,,
