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.
SqlNumeric :: Word32 -> Word32 -> SqlTypepersistent-redis Database.Persist.Redis No documentation available.
-
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
Enumeration :: Enumeration (n :: Nat)pinch Pinch No documentation available.
-
pinch Pinch enum
enum :: forall (n :: Nat) . Enumeration npinch Pinch Convenience function to construct Enumeration objects.
let role = RoleUser enum
-
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
Enumeration :: Enumeration (n :: Nat)pinch Pinch.Internal.Generic No documentation available.
enum :: forall (n :: Nat) . Enumeration npinch Pinch.Internal.Generic Convenience function to construct Enumeration objects.
let role = RoleUser enum
-
pinch Pinch.Internal.TType enum
ScalarNumber :: Scientific -> Scalarpinecone Pinecone.Metadata No documentation available.