Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. boolToBV :: forall (n :: Nat) . KnownNat n => Bool -> BitVector (n + 1)

    clash-prelude Clash.Class.BitPack.Internal

    Zero-extend a Boolean value to a BitVector of the appropriate size.

    >>> boolToBV True :: BitVector 6
    0b00_0001
    
    >>> boolToBV False :: BitVector 6
    0b00_0000
    

  2. boolToBit :: Bool -> Bit

    clash-prelude Clash.Class.BitPack.Internal

    Convert a Bool to a Bit

  3. boolattr :: String -> Bool -> Bool -> Doc

    distribution-nixpkgs Language.Nix.PrettyPrinting

    No documentation available.

  4. boolFilterGetExpression :: (HasCallStack, MonadIO m, IsBoolFilter a) => a -> m (Maybe Expression)

    gi-gtk4 GI.Gtk.Objects.BoolFilter

    Gets the expression that the filter uses to evaluate if an item should be filtered.

  5. boolFilterGetInvert :: (HasCallStack, MonadIO m, IsBoolFilter a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.BoolFilter

    Returns whether the filter inverts the expression.

  6. boolFilterNew :: (HasCallStack, MonadIO m, IsExpression a) => Maybe a -> m BoolFilter

    gi-gtk4 GI.Gtk.Objects.BoolFilter

    Creates a new bool filter.

  7. boolFilterSetExpression :: (HasCallStack, MonadIO m, IsBoolFilter a, IsExpression b) => a -> Maybe b -> m ()

    gi-gtk4 GI.Gtk.Objects.BoolFilter

    Sets the expression that the filter uses to check if items should be filtered. The expression must have a value type of G_TYPE_BOOLEAN.

  8. boolFilterSetInvert :: (HasCallStack, MonadIO m, IsBoolFilter a) => a -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.BoolFilter

    Sets whether the filter should invert the expression.

  9. boolToGboolean :: Bool -> Int32

    glib-stopgap System.GLib.Bool

    No documentation available.

  10. boolean :: ScalarType

    graphql Language.GraphQL.Type

    The Boolean scalar type represents true or false.

Page 58 of many | Previous | Next