Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. allocaArray0 :: Storable a => Int -> (Ptr a -> IO b) -> IO b

    base Foreign.Marshal.Array

    Like allocaArray, but add an extra position to hold a special termination element.

  2. allocationLimitExceeded :: SomeException

    base GHC.IO.Exception

    No documentation available.

  3. allocLimitGrace :: GCFlags -> Word

    base GHC.RTS.Flags

    No documentation available.

  4. allocated_bytes :: RTSStats -> Word64

    base GHC.Stats

    Total bytes allocated

  5. allProperties :: Q Exp

    QuickCheck Test.QuickCheck

    List all properties in the current module. $allProperties has type [(String, Property)]. allProperties has the same issue with scoping as quickCheckAll: see the note there about return [].

  6. allProperties :: Q Exp

    QuickCheck Test.QuickCheck.All

    List all properties in the current module. $allProperties has type [(String, Property)]. allProperties has the same issue with scoping as quickCheckAll: see the note there about return [].

  7. allNullaryToStringTag :: Options -> Bool

    aeson Data.Aeson

    If True the constructors of a datatype, with all nullary constructors, will be encoded to just a string with the constructor tag. If False the encoding will always follow the sumEncoding.

  8. allowOmittedFields :: Options -> Bool

    aeson Data.Aeson

    If True, missing fields of a record will be filled with omittedField values (if they are Just). If False, all fields will required to present in the record object.

  9. allNullaryToStringTag :: Options -> Bool

    aeson Data.Aeson.Types

    If True the constructors of a datatype, with all nullary constructors, will be encoded to just a string with the constructor tag. If False the encoding will always follow the sumEncoding.

  10. allowOmittedFields :: Options -> Bool

    aeson Data.Aeson.Types

    If True, missing fields of a record will be filled with omittedField values (if they are Just). If False, all fields will required to present in the record object.

Page 74 of many | Previous | Next