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.
allocaArray0 :: Storable a => Int -> (Ptr a -> IO b) -> IO bbase Foreign.Marshal.Array Like allocaArray, but add an extra position to hold a special termination element.
allocationLimitExceeded :: SomeExceptionbase GHC.IO.Exception No documentation available.
allocLimitGrace :: GCFlags -> Wordbase GHC.RTS.Flags No documentation available.
allocated_bytes :: RTSStats -> Word64base GHC.Stats Total bytes allocated
-
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 [].
-
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 [].
allNullaryToStringTag :: Options -> Boolaeson 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.
allowOmittedFields :: Options -> Boolaeson 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.
allNullaryToStringTag :: Options -> Boolaeson 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.
allowOmittedFields :: Options -> Boolaeson 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.