sunroof-compiler-0.2: Monadic Javascript Compiler

Safe HaskellNone

Language.Sunroof.JS.Bool

Description

Booleans in Javascript.

Synopsis

Documentation

data JSBool Source

Booleans in Javascript.

jsIfB :: Sunroof a => JSBool -> a -> a -> aSource

Combinator for if-then-else expressions. Not intended for usage. Provided as a convenience for IfB instances. Use ifB instead.