Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. sAll :: forall a (t1 :: Type -> Type) (t2 :: a ~> Bool) (t3 :: t1 a) . SFoldable t1 => Sing t2 -> Sing t3 -> Sing (Apply (Apply (AllSym0 :: TyFun (a ~> Bool) (t1 a ~> Bool) -> Type) t2) t3)

    singletons-base Prelude.Singletons

    No documentation available.

  2. matchAll :: [Char -> Bool] -> Char -> Bool

    snap-core Snap.Internal.Parsing

    No documentation available.

  3. corsAllowCredentials :: CORSOptions (m :: Type -> Type) -> m Bool

    snap-core Snap.Util.CORS

    Whether or not to allow exposing the response when the omit credentials flag is unset.

  4. corsAllowOrigin :: CORSOptions (m :: Type -> Type) -> m OriginList

    snap-core Snap.Util.CORS

    Which origins are allowed to make cross-origin requests.

  5. corsAllowedHeaders :: CORSOptions (m :: Type -> Type) -> HashSet ByteString -> m (HashSet ByteString)

    snap-core Snap.Util.CORS

    An action to determine which of the request headers are allowed. This action is supplied the parsed contents of Access-Control-Request-Headers.

  6. corsAllowedMethods :: CORSOptions (m :: Type -> Type) -> m (HashSet HashableMethod)

    snap-core Snap.Util.CORS

    A list of request methods that are allowed.

  7. disallow :: PartUploadPolicy

    snap-core Snap.Util.FileUploads

    Disallows the file to be uploaded.

  8. class PlateAll from to

    uniplate Data.Generics.PlateTypeable

    This class represents going from the container type to the target. This class should only be constructed with plate, |+ and |-

  9. plateAll :: PlateAll from to => from -> Type from to

    uniplate Data.Generics.PlateTypeable

    No documentation available.

  10. uniplateAll :: PlateAll a b => a -> (Str b, Str b -> a)

    uniplate Data.Generics.PlateTypeable

    This function is used to write a Uniplate instance from a PlateAll one

Page 474 of many | Previous | Next