Home
last modified time | relevance | path

Searched refs:mkHsDoPV (Results 1 – 9 of 9) sorted by relevance

/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Parser/
H A DPostProcess.hs1753 mkHsDoPV ::
1866 mkHsDoPV l Nothing stmts = return $ L l (HsCmdDo noExtField stmts) function
1867 mkHsDoPV l (Just m) _ =
1930 mkHsDoPV l mod stmts = return $ L l (HsDo noExtField (DoExpr mod) stmts) function
2012 mkHsDoPV l _ _ = addFatalError l $ text "do-notation in pattern" function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Parser/
H A DPostProcess.hs1471 mkHsDoPV ::
1605 mkHsDoPV l Nothing stmts anns = do function
1608 mkHsDoPV l (Just m) _ _ = addFatalError $ PsError (PsErrQualifiedDoInCmd m) [] l function
1686 mkHsDoPV l mod stmts anns = do function
1765 mkHsDoPV l _ _ _ = addFatalError $ PsError PsErrDoNotationInPat [] l function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/parser/
H A DRdrHsSyn.hs1919 mkHsDoPV :: SrcSpan -> Located [LStmt GhcPs (Located b)] -> PV (Located b)
2019 mkHsDoPV l stmts = return $ cL l (HsCmdDo noExtField stmts) function
2072 mkHsDoPV l stmts = return $ cL l (HsDo noExtField DoExpr stmts) function
2154 mkHsDoPV l _ = addFatalError l $ text "do-notation in pattern" function
/dports/lang/ghc/ghc-8.10.7/compiler/parser/
H A DRdrHsSyn.hs1919 mkHsDoPV :: SrcSpan -> Located [LStmt GhcPs (Located b)] -> PV (Located b)
2019 mkHsDoPV l stmts = return $ cL l (HsCmdDo noExtField stmts) function
2072 mkHsDoPV l stmts = return $ cL l (HsDo noExtField DoExpr stmts) function
2154 mkHsDoPV l _ = addFatalError l $ text "do-notation in pattern" function
H A DParser.y.source2768 amms (mkHsDoPV (comb2 $1 $2) (mapLoc snd $2))
H A DParser.hs9150 … amms (mkHsDoPV (comb2 happy_var_1 happy_var_2) (mapLoc snd happy_var_2))
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/ghc-lib/stage0/compiler/build/GHC/
H A DParser.hs8692 amms (mkHsDoPV (comb2 happy_var_1 happy_var_2)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/ghc-lib/stage0/compiler/build/
H A DParser.hs9150 … amms (mkHsDoPV (comb2 happy_var_1 happy_var_2) (mapLoc snd happy_var_2))
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/ghc-lib/stage0/compiler/build/GHC/
H A DParser.hs8875 mkHsDoPV (comb2A happy_var_1 happy_var_2)