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