Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
PsWarnTransitionalLayout :: TransLayoutReason -> PsMessageghc-lib-parser GHC.Parser.Errors.Types PsWarnTransitionalLayout is a warning (controlled by the -Walternative-layout-rule-transitional flag) that occurs when pipes ('|') or 'where' are at the same depth of an implicit layout block. Example(s): f :: IO () f | True = do let x = () y = () return () | True = return () Test case(s): layout/layout006 layout/layout003 layout/layout001
-
ghc-lib-parser GHC.Parser.Lexer No documentation available.
-
ghc-lib-parser GHC.Parser.Lexer No documentation available.
ITforall :: IsUnicodeSyntax -> Tokenghc-lib-parser GHC.Parser.Lexer No documentation available.
-
ghc-lib-parser GHC.Parser.Lexer No documentation available.
-
ghc-lib-parser GHC.Parser.Lexer No documentation available.
-
ghc-lib-parser GHC.Parser.Lexer No documentation available.
ImpExpAll :: EpToken ".." -> ImpExpSubSpecghc-lib-parser GHC.Parser.PostProcess No documentation available.
ImpExpAllWith :: [LocatedA ImpExpQcSpec] -> ImpExpSubSpecghc-lib-parser GHC.Parser.PostProcess No documentation available.
mkHsForallPV :: DisambECP b => SrcSpan -> HsForAllTelescope GhcPs -> LocatedA b -> PV (LocatedA b)ghc-lib-parser GHC.Parser.PostProcess Disambiguate "forall a. b" and "forall a -> b" (forall telescope)