sunroof-compiler-0.2: Monadic Javascript Compiler
Language.Sunroof.JS.Bool
Description
Booleans in Javascript.
Synopsis
data JSBool Source
Instances
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.
if-then-else
IfB
ifB