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.
module Reflex.Dom.Xhr.
FormData No documentation available.
-
reflex-dom-core Reflex.Dom.Xhr.FormData A FormData value may be a blob/file or a string. The file can optionally be provided with filename.
FormValue_File :: blob -> Maybe Text -> FormValue blobreflex-dom-core Reflex.Dom.Xhr.FormData No documentation available.
FormValue_Text :: Text -> FormValue blobreflex-dom-core Reflex.Dom.Xhr.FormData No documentation available.
class
Forall (r :: Row k) (c :: k -> Constraint)row-types Data.Row Any structure over a row in which every element is similarly constrained can be metamorphized into another structure over the same row.
class
Forall (r :: Row k) (c :: k -> Constraint)row-types Data.Row.Internal Any structure over a row in which every element is similarly constrained can be metamorphized into another structure over the same row.
class
Forall (r :: Row k) (c :: k -> Constraint)row-types Data.Row.Records Any structure over a row in which every element is similarly constrained can be metamorphized into another structure over the same row.
class
Forall (r :: Row k) (c :: k -> Constraint)row-types Data.Row.Variants Any structure over a row in which every element is similarly constrained can be metamorphized into another structure over the same row.
newtype
Forall (nm :: Symbol) asbv Data.SBV A universal symbolic variable, used in building quantified constraints. The name attached via the symbol is used during skolemization. It names the corresponding argument to the skolem-functions within the scope of this quantifier.
Forall :: SBV a -> Forall (nm :: Symbol) asbv Data.SBV No documentation available.