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.

  1. DForallVis :: [DTyVarBndrUnit] -> DForallTelescope

    th-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.

  2. data DForeign

    th-desugar Language.Haskell.TH.Desugar

    Corresponds to TH's Foreign type.

  3. DForeignD :: DForeign -> DDec

    th-desugar Language.Haskell.TH.Desugar

    No documentation available.

  4. FAForalls :: ForallTelescope -> FunArgs -> FunArgs

    th-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.

  5. dsForeign :: DsMonad q => Foreign -> q DForeign

    th-desugar Language.Haskell.TH.Desugar

    Desugar a Foreign.

  6. substForallTelescope :: Quasi q => DSubst -> DForallTelescope -> q (DSubst, DForallTelescope)

    th-desugar Language.Haskell.TH.Desugar.Subst

    No documentation available.

  7. data Platform

    webdriver Test.WebDriver

    Represents platform options supported by WebDriver. The value Any represents no preference.

  8. ieForceCreateProcess :: Browser -> Bool

    webdriver 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.

  9. platform :: Capabilities -> Platform

    webdriver Test.WebDriver

    Platform on which the browser should run.

  10. usePlatform :: HasCapabilities t => Platform -> t -> t

    webdriver Test.WebDriver

    A helper function for setting the platform capability of a HasCapabilities instance

Page 636 of many | Previous | Next