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.
fixityDirection :: Lens' Fixity FixityDirectionlens Language.Haskell.TH.Lens No documentation available.
fixityPrecedence :: Lens' Fixity Intlens Language.Haskell.TH.Lens No documentation available.
-
network Network.Socket UNIX-domain
SockAddrUnix :: String -> SockAddrnetwork Network.Socket The path must have fewer than 104 characters. All of these characters must have code points less than 256.
isUnixDomainSocketAvailable :: Boolnetwork 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.
Infix :: ParsecT s u m (a -> a -> a) -> Assoc -> Operator s u (m :: Type -> Type) aparsec Text.Parsec.Expr No documentation available.
Postfix :: ParsecT s u m (a -> a) -> Operator s u (m :: Type -> Type) aparsec Text.Parsec.Expr No documentation available.
Prefix :: ParsecT s u m (a -> a) -> Operator s u (m :: Type -> Type) aparsec Text.Parsec.Expr No documentation available.
Infix :: GenParser tok st (a -> a -> a) -> Assoc -> Operator tok st aparsec Text.ParserCombinators.Parsec.Expr No documentation available.
Postfix :: GenParser tok st (a -> a) -> Operator tok st aparsec Text.ParserCombinators.Parsec.Expr No documentation available.