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.

  1. deConsumed :: DecodingError -> {-# UNPACK #-} !ByteOffset

    pipes-binary Pipes.Binary

    Number of bytes consumed before the error

  2. type Checksum = ByteString

    postgresql-migration Database.PostgreSQL.Simple.Migration

    The checksum type of a migration script.

  3. schemaMigrationChecksum :: SchemaMigration -> Checksum

    postgresql-migration Database.PostgreSQL.Simple.Migration

    The calculated MD5 checksum of the executed script.

  4. type Checksum = ByteString

    postgresql-migration Database.PostgreSQL.Simple.Migration.V1Compat

    The checksum type of a migration script.

  5. schemaMigrationChecksum :: SchemaMigration -> Checksum

    postgresql-migration Database.PostgreSQL.Simple.Migration.V1Compat

    The calculated MD5 checksum of the executed script.

  6. histSum :: HistogramSample -> !Double

    prometheus System.Metrics.Prometheus.Metric.Histogram

    No documentation available.

  7. bridgeSumType :: FullBridge -> SumType 'Haskell -> SumType 'PureScript

    purescript-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))
    

  8. mkSumType :: (Generic t, Typeable t, GDataConstructor (Rep t)) => Proxy t -> SumType 'Haskell

    purescript-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).

  9. checkSumEncoding :: Options -> [ConstructorDef] -> Value -> Maybe Text

    registry-aeson Data.Registry.Aeson.Decoder

    Check if the sum encoding structure looks correct This requires the whole list of constructor definitions

  10. makeSumEncoding :: Options -> FromConstructor -> (Value, Encoding)

    registry-aeson Data.Registry.Aeson.Encoder

    No documentation available.

Page 223 of many | Previous | Next