experiments with JNI;
[mate.git] / Mate / Rts.hs
diff --git a/Mate/Rts.hs b/Mate/Rts.hs
new file mode 100644 (file)
index 0000000..844b44a
--- /dev/null
@@ -0,0 +1,5 @@
+module Mate.Rts (loadLibrary) where
+
+foreign export ccall loadLibrary :: IO ()
+loadLibrary :: IO ()
+loadLibrary = print "load lib"