EtaMOO-0.3.0.0: src/MOO/Compiler.hs-boot
-- -*- Haskell -*-
module MOO.Compiler ( compile ) where
import MOO.AST
import {-# SOURCE #-} MOO.Task
import MOO.Types
compile :: Program -> MOO Value
-- -*- Haskell -*-
module MOO.Compiler ( compile ) where
import MOO.AST
import {-# SOURCE #-} MOO.Task
import MOO.Types
compile :: Program -> MOO Value