Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. type ENumUFixedC (int1 :: Nat) (frac1 :: Nat) (int2 :: Natural) (frac2 :: Natural) = ENumSFixedC int1 frac1 int2 frac2

    clash-prelude Clash.Sized.Fixed

    Constraint for the ExtendingNum instance of UFixed

  2. module FreeType.Error.Enumerations

    Please refer to the Error Codes > Error Enumerations chapter of the reference. Internal: FreeType.Error.Enumerations.Internal.

  3. module GI.Dbusmenu.Enums

    No documentation available.

  4. module GI.GModule.Enums

    No documentation available.

  5. module GI.Gsk.Enums

    No documentation available.

  6. module GI.Gtk.Enums

    No documentation available.

  7. module GI.HarfBuzz.Enums

    No documentation available.

  8. data EnumGenBound a

    grisette Grisette.Core

    Specification for numbers with lower bound (inclusive) and upper bound (exclusive)

    >>> runFresh (fresh (EnumGenBound @Integer 0 4)) "c" :: Union Integer
    {If c@0 0 (If c@1 1 (If c@2 2 3))}
    

  9. EnumGenBound :: a -> a -> EnumGenBound a

    grisette Grisette.Core

    No documentation available.

  10. newtype EnumGenUpperBound a

    grisette Grisette.Core

    Specification for enum values with upper bound (exclusive). The result would chosen from [0 .. upperbound].

    >>> runFresh (fresh (EnumGenUpperBound @Integer 4)) "c" :: Union Integer
    {If c@0 0 (If c@1 1 (If c@2 2 3))}
    

Page 27 of many | Previous | Next