ajhc-0.8.0.8: Haskell compiler that produce binary through C language

Safe HaskellNone

FindFixpoint

Documentation

data Ms b c Source

Instances

Monad (Ms b) 
Functor (Ms b) 

getVal :: Int -> Ms b bSource

solve :: Eq b => Maybe String -> b -> [Ms b b] -> IO [b]Source