hjs-0.2.1: JavaScript Parser

HJS.Interpreter.Interp

Documentation

data MyError Source

Constructors

NoMsg 
Msg String 

liftIt22 :: (InterpC x, InterpC y) => (Int -> Int -> Int) -> x -> y -> InterpM ValueSource

liftIt :: (SubType sub Value, SubType sub1 Value, InterpC t1, InterpC t) => (sub -> sub1 -> Int) -> t -> t1 -> InterpM ValueSource

liftIt3 :: (SubType sub Value, SubType sub1 Value) => (sub -> sub1 -> Int) -> Value -> Value -> InterpM ValueSource