methodpool: small demo how to access a Data.Map instance from C
[mate.git] / Mate.hs
1 {-# LANGUAGE OverloadedStrings #-}
2 module Main where
3
4 import Text.Printf
5
6 import Mate.X86CodeGen
7 import Mate.MethodPool
8
9 main ::  IO ()
10 main = do
11   printf "fib Codegen:\n"
12   test_01
13   printf "\n\n\n\nData.Map & FFI:\n"
14   t_01