Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
DForallVis :: [DTyVarBndrUnit] -> DForallTelescopeth-desugar Language.Haskell.TH.Desugar A visible forall (e.g., forall a -> {...}). These do not have any notion of specificity, so we use () as a placeholder value in the DTyVarBndrs.
-
th-desugar Language.Haskell.TH.Desugar Corresponds to TH's Foreign type.
-
th-desugar Language.Haskell.TH.Desugar No documentation available.
FAForalls :: ForallTelescope -> FunArgs -> FunArgsth-desugar Language.Haskell.TH.Desugar A series of foralled type variables followed by a dot (if ForallInvis) or an arrow (if ForallVis). For example, the type variables a1 ... an in forall a1 ... an. r.
dsForeign :: DsMonad q => Foreign -> q DForeignth-desugar Language.Haskell.TH.Desugar Desugar a Foreign.
substForallTelescope :: Quasi q => DSubst -> DForallTelescope -> q (DSubst, DForallTelescope)th-desugar Language.Haskell.TH.Desugar.Subst No documentation available.
-
webdriver Test.WebDriver Represents platform options supported by WebDriver. The value Any represents no preference.
ieForceCreateProcess :: Browser -> Boolwebdriver Test.WebDriver Forces launching Internet Explorer using the CreateProcess API. If this option is not specified, IE is launched using the IELaunchURL, if it is available. For IE 8 and above, this option requires the TabProcGrowth registry value to be set to 0.
platform :: Capabilities -> Platformwebdriver Test.WebDriver Platform on which the browser should run.
usePlatform :: HasCapabilities t => Platform -> t -> twebdriver Test.WebDriver A helper function for setting the platform capability of a HasCapabilities instance