21 Dec
2012
21 Dec
'12
7:35 a.m.
hi, how to use Language.Haskell.Interpreter.setImports? i use it like: setImports ["My.Module"] so that my interpreted modules don't need to: import My.Module But i still get: Not in scope: data constructor `MyType' What am i doing wrong? Thanks in advance. have fun martin