Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
newtype
ForallN (n :: Nat) (nm :: Symbol) asbv Data.SBV Exactly n universal symbolic variables, used in in building quantified constraints. The name attached will be prefixed in front of _1, _2, ..., _n to form the names of the variables.
ForallN :: [SBV a] -> ForallN (n :: Nat) (nm :: Symbol) asbv Data.SBV No documentation available.
Forte :: String -> Bool -> ([Int], [Int]) -> TestStylesbv Data.SBV.Tools.GenTest As a Forte/Verilog value with given name. If the boolean is True then vectors are blasted big-endian, otherwise little-endian The indices are the split points on bit-vectors for input and output values