Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. rspBodyToEnum :: ResponseBody -> StreamProc

    snap-core Snap.Internal.Http.Types

    No documentation available.

  2. parseNum :: Parser Int64

    snap-core Snap.Internal.Parsing

    No documentation available.

  3. getMaximumNumberOfFormInputs :: UploadPolicy -> Int

    snap-core Snap.Util.FileUploads

    Get the maximum size of a form input which will be read into our rqParams map.

  4. setMaximumNumberOfFiles :: Int -> FileUploadPolicy -> FileUploadPolicy

    snap-core Snap.Util.FileUploads

    Maximum number of uploaded files.

  5. setMaximumNumberOfFormInputs :: Int -> UploadPolicy -> UploadPolicy

    snap-core Snap.Util.FileUploads

    Set the maximum size of a form input which will be read into our rqParams map.

  6. portNumber :: Port -> Int

    uri-bytestring URI.ByteString

    No documentation available.

  7. portNumberL :: Lens' Port Int

    uri-bytestring URI.ByteString

    No documentation available.

  8. enumFromN :: forall (v :: Type -> Type) (n :: Nat) a . (KnownNat n, Vector v a, Num a) => a -> Vector v n a

    vector-sized Data.Vector.Generic.Sized

    O(n) Yield a vector of length n containing the values x, x+1, ... x + (n - 1). The length is inferred from the type.

  9. enumFromN' :: forall (v :: Type -> Type) (n :: Nat) a p . (KnownNat n, Vector v a, Num a) => a -> p n -> Vector v n a

    vector-sized Data.Vector.Generic.Sized

    O(n) Yield a vector of length n containing the values x, x+1, ..., x + (n - 1) The length is given explicitly as a Proxy argument.

  10. enumFromStepN :: forall (v :: Type -> Type) (n :: Nat) a . (KnownNat n, Vector v a, Num a) => a -> a -> Vector v n a

    vector-sized Data.Vector.Generic.Sized

    O(n) Yield a vector of the given length containing the values x, x+y, x+2y, ... x + (n - 1)y. The length is inferred from the type.

Page 227 of many | Previous | Next