packages feed

hjs-0.2: src/HJS/Interpreter/Interp.hs-boot

module HJS.Interpreter.Interp where

import HJS.Interpreter.InterpMDecl

callIt :: Int -> Int

callFunction :: Value -> [Value] -> ObjId -> InterpM Value