Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. Bool :: a -> Bool -> Exp a

    language-lua Language.Lua.Annotated.Syntax

    No documentation available.

  2. Bool :: Bool -> Exp

    language-lua Language.Lua.Syntax

    No documentation available.

  3. data Bool

    protobuf-simple Data.ProtoBufInt

    No documentation available.

  4. module Rattletrap.Type.Property.Bool

    No documentation available.

  5. newtype Bool

    rattletrap Rattletrap.Type.Property.Bool

    No documentation available.

  6. Bool :: U8 -> Bool

    rattletrap Rattletrap.Type.Property.Bool

    No documentation available.

  7. Bool :: Bool -> PropertyValue a

    rattletrap Rattletrap.Type.PropertyValue

    No documentation available.

  8. module Data.Recursive.Bool

    The type RBool is like Bool, but allows recursive definitions:

    >>> :{
    let x = RB.true
    y = x RB.&& z
    z = y RB.|| RB.false
    in RB.get x
    :}
    True
    
    This finds the least solution, i.e. prefers False over True:
    >>> :{
    let x = x RB.&& y
    y = y RB.&& x
    in (RB.get x, RB.get y)
    :}
    (False,False)
    
    Use RDualBool from Data.Recursive.DualBool if you want the greatest solution.

  9. Bool :: Bool -> Value

    safe-json Data.Aeson.Safe

    No documentation available.

  10. Bool :: Bool -> Value 'TBool

    tomland Toml.Type.Value

    Boolean value:

    bool1 = true
    bool2 = false
    

Page 10 of many | Previous | Next