Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
hlint Language.Haskell.HLint A parse error.
ParseError :: SrcSpan -> String -> String -> ParseErrorhlint Language.Haskell.HLint No documentation available.
-
hlint Language.Haskell.HLint Created with defaultParseFlags, used by parseModuleEx.
ParseFlags :: CppFlags -> Maybe Language -> [Extension] -> [Extension] -> [FixityInfo] -> ParseFlagshlint Language.Haskell.HLint No documentation available.
-
network-bsd Network.BSD Port number. Use the Num instance (i.e. use a literal) to create a PortNumber value.
>>> 1 :: PortNumber 1 >>> read "1" :: PortNumber 1 >>> show (12345 :: PortNumber) "12345" >>> 50000 < (51000 :: PortNumber) True >>> 50000 < (52000 :: PortNumber) True >>> 50000 + (10000 :: PortNumber) 60000
-
network-bsd Network.BSD Representation of the POSIX protoent structure defined in netdb.h.
ProtocolEntry :: ProtocolName -> [ProtocolName] -> ProtocolNumber -> ProtocolEntrynetwork-bsd Network.BSD No documentation available.
-
network-bsd Network.BSD No documentation available.
-
network-bsd Network.BSD Protocol number.
pattern
Pseudo_AF_HDRCMPLT :: Familynetwork-bsd Network.BSD Used by BPF to not rewrite hdrs in iface output