qualified names, modules, infix ops

Iavor S. Diatchki diatchki@cse.ogi.edu
Tue, 15 Apr 2003 21:31:10 -0700


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