
27 Jan
2003
27 Jan
'03
9:31 a.m.
Given: module A(Type(..)) where data Type = Constr module B(Type(..)) where import A module C(Type(..)) where import B module D where import C f = Constr ERROR "D.hs":3 - Undefined constructor function "Constr"
8149
Age (days ago)
8149
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ross Paterson