qualified names, modules, infix ops
"Iavor S. Diatchki" <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hugs.bugs |
|---|---|
| Message-ID | <[email protected]> |
hello, i accidently run into a problem with hugs from cvs (as of a week or two ago, version is april 2003) on linux (suse 8.1). module Test where x # y = x Test.# y f x y = x `Test.f` y INTERNAL ERROR: typeAp1 bye iavor