adding other files to haskell

Posted by snorlaks on Stack Overflow See other posts from Stack Overflow or by snorlaks
Published on 2010-05-26T23:44:42Z Indexed on 2010/05/26 23:51 UTC
Read the original article Hit count: 90

Filed under:

Hello,

Im writing app in haskell and I would like to export some functions and datatypes to other files and then be able to use them in my main file.

How to do this ?

thanks for help

© Stack Overflow or respective owner

Related posts about haskell