Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. newtype EnumRep rep a

    unboxing-vector Data.Vector.Unboxing.Mutable

    A newtype wrapper to be used with DerivingVia. Usage:

    data Direction = North | South | East | West
    deriving Enum
    deriving Data.Vector.Unboxing.Unboxable via Data.Vector.Unboxing.EnumRep Int8 Bar
    

  2. EnumRep :: a -> EnumRep rep a

    unboxing-vector Data.Vector.Unboxing.Mutable

    No documentation available.

  3. Signum :: T -> T

    unique-logic UniqueLogic.ST.Example.Term

    No documentation available.

  4. data TrackedNumber a

    unique-logic UniqueLogic.ST.Example.Verify

    No documentation available.

  5. TrackedNumber :: T -> a -> TrackedNumber a

    unique-logic UniqueLogic.ST.Example.Verify

    No documentation available.

  6. Signum :: T -> T

    unique-logic-tf UniqueLogic.ST.TF.Example.Term

    No documentation available.

  7. class ToTrackedNumber a

    unique-logic-tf UniqueLogic.ST.TF.Example.Verify

    No documentation available.

  8. data TrackedNumber a

    unique-logic-tf UniqueLogic.ST.TF.Example.Verify

    No documentation available.

  9. TrackedNumber :: T -> a -> TrackedNumber a

    unique-logic-tf UniqueLogic.ST.TF.Example.Verify

    No documentation available.

  10. toTrackedNumber :: ToTrackedNumber a => a -> TrackedNumber Rational

    unique-logic-tf UniqueLogic.ST.TF.Example.Verify

    No documentation available.

Page 546 of many | Previous | Next