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.
-
singletons-base Prelude.Singletons No documentation available.
matchAll :: [Char -> Bool] -> Char -> Boolsnap-core Snap.Internal.Parsing No documentation available.
corsAllowCredentials :: CORSOptions (m :: Type -> Type) -> m Boolsnap-core Snap.Util.CORS Whether or not to allow exposing the response when the omit credentials flag is unset.
corsAllowOrigin :: CORSOptions (m :: Type -> Type) -> m OriginListsnap-core Snap.Util.CORS Which origins are allowed to make cross-origin requests.
-
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.
corsAllowedMethods :: CORSOptions (m :: Type -> Type) -> m (HashSet HashableMethod)snap-core Snap.Util.CORS A list of request methods that are allowed.
-
snap-core Snap.Util.FileUploads Disallows the file to be uploaded.
-
uniplate Data.Generics.PlateTypeable This class represents going from the container type to the target. This class should only be constructed with plate, |+ and |-
plateAll :: PlateAll from to => from -> Type from touniplate Data.Generics.PlateTypeable No documentation available.
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