Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
snap-core Snap.Test Builds an HTTP "POST" request with the given form parameters, using the "form-data/multipart" MIME type. Example:
ghci> :set -XOverloadedStrings ghci> buildRequest $ postMultipart "/foo/bar" [("param0", FormData ["baz", "quux"])] POST /foo/bar HTTP/1.1 content-type: multipart/form-data; boundary=snap-boundary-572334111ec0c05ad4812481e8585dfa content-length: 406 host: localhost sn="localhost" c=127.0.0.1:60000 s=127.0.0.1:8080 ctx=/ clen=406
-
vector-sized Data.Vector.Generic.Sized O(1) Yield the last element of a non-empty vector in a monad. See the documentation for indexM for an explanation of why this is useful.
lastM :: forall (n :: Natural) a m . (Prim a, Monad m) => Vector (n + 1) a -> m avector-sized Data.Vector.Primitive.Sized O(1) Yield the last element of a non-empty vector in a monad. See the documentation for indexM for an explanation of why this is useful.
lastM :: forall (n :: Natural) a m . Monad m => Vector (n + 1) a -> m avector-sized Data.Vector.Sized O(1) Yield the last element of a non-empty vector in a monad. See the documentation for indexM for an explanation of why this is useful.
lastM :: forall (n :: Natural) a m . (Storable a, Monad m) => Vector (n + 1) a -> m avector-sized Data.Vector.Storable.Sized O(1) Yield the last element of a non-empty vector in a monad. See the documentation for indexM for an explanation of why this is useful.
lastM :: forall (n :: Natural) a m . (Unbox a, Monad m) => Vector (n + 1) a -> m avector-sized Data.Vector.Unboxed.Sized O(1) Yield the last element of a non-empty vector in a monad. See the documentation for indexM for an explanation of why this is useful.
eLastModified :: Entry -> !Integerzip-archive Codec.Archive.Zip Modification time (seconds since unix epoch)
-
pandoc Text.Pandoc.Parsing Parses an ordered list marker and returns list attributes.
-
pandoc Text.Pandoc.Parsing Parses an ordered list marker with a given style and delimiter, returns number.
orderedListMarkers :: (Int, ListNumberStyle, ListNumberDelim) -> [Text]pandoc Text.Pandoc.Shared Generate infinite lazy list of markers for an ordered list, depending on list attributes.