Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
deConsumed :: DecodingError -> {-# UNPACK #-} !ByteOffsetpipes-binary Pipes.Binary Number of bytes consumed before the error
-
postgresql-migration Database.PostgreSQL.Simple.Migration The checksum type of a migration script.
schemaMigrationChecksum :: SchemaMigration -> Checksumpostgresql-migration Database.PostgreSQL.Simple.Migration The calculated MD5 checksum of the executed script.
-
postgresql-migration Database.PostgreSQL.Simple.Migration.V1Compat The checksum type of a migration script.
schemaMigrationChecksum :: SchemaMigration -> Checksumpostgresql-migration Database.PostgreSQL.Simple.Migration.V1Compat The calculated MD5 checksum of the executed script.
histSum :: HistogramSample -> !Doubleprometheus System.Metrics.Prometheus.Metric.Histogram No documentation available.
bridgeSumType :: FullBridge -> SumType 'Haskell -> SumType 'PureScriptpurescript-bridge Language.PureScript.Bridge Translate all TypeInfo values in a SumType to PureScript types. Example usage, with defaultBridge:
data Foo = Foo | Bar Int | FooBar Int Text deriving (Generic, Typeable, Show)
bridgeSumType (buildBridge defaultBridge) (mkSumType (Proxy :: Proxy Foo))
mkSumType :: (Generic t, Typeable t, GDataConstructor (Rep t)) => Proxy t -> SumType 'Haskellpurescript-bridge Language.PureScript.Bridge.SumType Create a representation of your sum (and product) types, for doing type translations and writing it out to your PureScript modules. In order to get the type information we use a dummy variable of type Proxy (YourType).
checkSumEncoding :: Options -> [ConstructorDef] -> Value -> Maybe Textregistry-aeson Data.Registry.Aeson.Decoder Check if the sum encoding structure looks correct This requires the whole list of constructor definitions
makeSumEncoding :: Options -> FromConstructor -> (Value, Encoding)registry-aeson Data.Registry.Aeson.Encoder No documentation available.