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. type PatM (q :: Type -> Type) = WriterT [(Name, DExp)] q

    th-desugar Language.Haskell.TH.Desugar

    Desugaring a pattern also returns the list of variables bound in as-patterns and the values they should be bound to. This variables must be brought into scope in the "body" of the pattern.

  2. data PatSynArgs

    th-desugar Language.Haskell.TH.Desugar

    A pattern synonym's argument type.

  3. PhantomR :: Role

    th-desugar Language.Haskell.TH.Desugar

    phantom
    

  4. PrefixPatSyn :: [Name] -> PatSynArgs

    th-desugar Language.Haskell.TH.Desugar

    pattern P {x y z} = p
    

  5. PAC :: String -> ProxyType

    webdriver Test.WebDriver

    Use a proxy auto-config file specified by URL

  6. Phantomjs :: Maybe FilePath -> [String] -> Browser

    webdriver Test.WebDriver

    No documentation available.

  7. data Platform

    webdriver Test.WebDriver

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

  8. data ProxyType

    webdriver Test.WebDriver

    Available settings for the proxy Capabilities field

  9. PAC :: String -> ProxyType

    webdriver Test.WebDriver.Capabilities

    Use a proxy auto-config file specified by URL

  10. Phantomjs :: Maybe FilePath -> [String] -> Browser

    webdriver Test.WebDriver.Capabilities

    No documentation available.

Page 418 of many | Previous | Next