ContentsIndex
HJS.Interpreter.Interp
Documentation
data MyError
Constructors
NoMsg
Msg String
show/hide Instances
Error MyError
Show MyError
class InterpC t where
Methods
interp :: t -> InterpM Value
show/hide Instances
interpList :: InterpC a => [a] -> InterpM Value
liftIt :: (SubType sub Value, SubType sub1 Value, InterpC t1, InterpC t) => (sub -> sub1 -> Int) -> t -> t1 -> InterpM Value
liftIt3 :: (SubType sub Value, SubType sub1 Value) => (sub -> sub1 -> Int) -> Value -> Value -> InterpM Value
Produced by Haddock version 0.7