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. SqlNumeric :: Word32 -> Word32 -> SqlType

    persistent-redis Database.Persist.Redis

    No documentation available.

  2. data Enumeration (n :: Nat)

    pinch Pinch

    Data types that represent Thrift enums must have one constructor for each enum item accepting an Enumeration object tagged with the corresponding enum value.

    data Role = RoleUser (Enumeration 1) | RoleAdmin (Enumeration 2)
    deriving Generic
    instance Pinchable Role
    

  3. Enumeration :: Enumeration (n :: Nat)

    pinch Pinch

    No documentation available.

  4. type TEnum = TInt32

    pinch Pinch

    enum
    

  5. enum :: forall (n :: Nat) . Enumeration n

    pinch Pinch

    Convenience function to construct Enumeration objects.

    let role = RoleUser enum
    

  6. data Enumeration (n :: Nat)

    pinch Pinch.Internal.Generic

    Data types that represent Thrift enums must have one constructor for each enum item accepting an Enumeration object tagged with the corresponding enum value.

    data Role = RoleUser (Enumeration 1) | RoleAdmin (Enumeration 2)
    deriving Generic
    instance Pinchable Role
    

  7. Enumeration :: Enumeration (n :: Nat)

    pinch Pinch.Internal.Generic

    No documentation available.

  8. enum :: forall (n :: Nat) . Enumeration n

    pinch Pinch.Internal.Generic

    Convenience function to construct Enumeration objects.

    let role = RoleUser enum
    

  9. type TEnum = TInt32

    pinch Pinch.Internal.TType

    enum
    

  10. ScalarNumber :: Scientific -> Scalar

    pinecone Pinecone.Metadata

    No documentation available.

Page 508 of many | Previous | Next