hjs-0.2.1: JavaScript Parser

HJS.Interpreter.InterpM

Documentation

data PrimHint Source

Constructors

HString 
HNumber 
HNone 

class SubType sub sup whereSource

Methods

inj :: sub -> supSource

prj :: sup -> Maybe subSource

Instances

SubType sub () 
SubType a b => SubType a (Either c b) 
SubType a (Either a b)