hjs-0.2.1: JavaScript Parser

HJS.Interpreter.VarArgs

Documentation

class BuildList a r | r -> a whereSource

Methods

build' :: [a] -> a -> rSource

Instances

Show a => BuildList a [String] 
BuildList a b => BuildList a (a -> b)