Hoogle Search
Within LTS Haskell 24.27 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
code-conjure Conjure.Expr -
code-conjure Conjure.Expr -
code-conjure Conjure.Expr The Just constructor of the Bool element type encoded as an Expr.
-
code-conjure Conjure.Expr The empty list '[]' encoded as an Expr.
-
code-conjure Conjure.Expr -
codec-beam Codec.Beam.Bifs No documentation available.
Erlang'is_boolean :: Erlang'is_booleancodec-beam Codec.Beam.Bifs No documentation available.
is_boolean :: IsSource a2 => Label -> a2 -> Opcodec-beam Codec.Beam.Instructions Test the type of source and jump to label if it is not a boolean.
-
cond Control.Conditional Conversion of values to Bool. Instances of ToBool that are also Boolean should obey the following laws:
p || q = if toBool p then true else q
p && q = if toBool p then q else false
toBool :: ToBool bool => bool -> Boolcond Control.Conditional No documentation available.