Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. fixityDirection :: Lens' Fixity FixityDirection

    lens Language.Haskell.TH.Lens

    No documentation available.

  2. fixityPrecedence :: Lens' Fixity Int

    lens Language.Haskell.TH.Lens

    No documentation available.

  3. pattern AF_UNIX :: Family

    network Network.Socket

    UNIX-domain

  4. SockAddrUnix :: String -> SockAddr

    network Network.Socket

    The path must have fewer than 104 characters. All of these characters must have code points less than 256.

  5. isUnixDomainSocketAvailable :: Bool

    network Network.Socket

    Whether or not UNIX-domain sockets are available. AF_UNIX is supported on Windows since 3.1.3.0. So, this variable is True on all platforms. Since 2.7.0.0.

  6. Infix :: ParsecT s u m (a -> a -> a) -> Assoc -> Operator s u (m :: Type -> Type) a

    parsec Text.Parsec.Expr

    No documentation available.

  7. Postfix :: ParsecT s u m (a -> a) -> Operator s u (m :: Type -> Type) a

    parsec Text.Parsec.Expr

    No documentation available.

  8. Prefix :: ParsecT s u m (a -> a) -> Operator s u (m :: Type -> Type) a

    parsec Text.Parsec.Expr

    No documentation available.

  9. Infix :: GenParser tok st (a -> a -> a) -> Assoc -> Operator tok st a

    parsec Text.ParserCombinators.Parsec.Expr

    No documentation available.

  10. Postfix :: GenParser tok st (a -> a) -> Operator tok st a

    parsec Text.ParserCombinators.Parsec.Expr

    No documentation available.

Page 49 of many | Previous | Next