globalmaphack: be more general (fmap, factoring, ...)
[mate.git] / Mate / Rts.hs
1 module Mate.Rts (loadLibrary) where
2
3 foreign export ccall loadLibrary :: IO ()
4 loadLibrary :: IO ()
5 loadLibrary = print "load lib"