Home
last modified time | relevance | path

Searched defs:ppPrec (Results 1 – 25 of 27) sorted by relevance

12

/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/happy-1.20.0/src/
H A DPrettyGrammar.hs37 ppPrec PrecNone = empty function
38 ppPrec PrecShift = text "%shift" function
39 ppPrec (PrecId x) = text "%prec" <+> text x function
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/happy-1.20.0/src/
H A DPrettyGrammar.hs37 ppPrec PrecNone = empty function
38 ppPrec PrecShift = text "%shift" function
39 ppPrec (PrecId x) = text "%prec" <+> text x function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/happy-1.20.0/src/
H A DPrettyGrammar.hs37 ppPrec PrecNone = empty function
38 ppPrec PrecShift = text "%shift" function
39 ppPrec (PrecId x) = text "%prec" <+> text x function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/happy-1.20.0/src/
H A DPrettyGrammar.hs37 ppPrec PrecNone = empty function
38 ppPrec PrecShift = text "%shift" function
39 ppPrec (PrecId x) = text "%prec" <+> text x function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/happy-1.20.0/src/
H A DPrettyGrammar.hs37 ppPrec PrecNone = empty function
38 ppPrec PrecShift = text "%shift" function
39 ppPrec (PrecId x) = text "%prec" <+> text x function
/dports/devel/hs-happy/happy-1.20.0/src/
H A DPrettyGrammar.hs37 ppPrec PrecNone = empty function
38 ppPrec PrecShift = text "%shift" function
39 ppPrec (PrecId x) = text "%prec" <+> text x function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/happy-1.20.0/src/
H A DPrettyGrammar.hs37 ppPrec PrecNone = empty function
38 ppPrec PrecShift = text "%shift" function
39 ppPrec (PrecId x) = text "%prec" <+> text x function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/happy-1.20.0/src/
H A DPrettyGrammar.hs37 ppPrec PrecNone = empty function
38 ppPrec PrecShift = text "%shift" function
39 ppPrec (PrecId x) = text "%prec" <+> text x function
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/happy-1.20.0/src/
H A DPrettyGrammar.hs37 ppPrec PrecNone = empty function
38 ppPrec PrecShift = text "%shift" function
39 ppPrec (PrecId x) = text "%prec" <+> text x function
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/TypeCheck/
H A DTCon.hs288 ppPrec p k = case k of function
295 ppPrec _ (TC tc) = pp tc function
296 ppPrec _ (PC tc) = pp tc function
297 ppPrec _ (TF tc) = pp tc function
298 ppPrec _ (TError _) = "Error" function
345 ppPrec p (UserTC x _) = ppPrec p x function
H A DAST.hs331 ppPrec n t = ppWithNamesPrec IntMap.empty n t function
341 ppPrec = ppWithNamesPrec IntMap.empty function
354 ppPrec = ppWithNamesPrec IntMap.empty function
366 ppPrec _ (WithNames DPrim _) = text "<primitive>" function
367 ppPrec _ (WithNames (DExpr e) nm) = ppWithNames nm e function
370 ppPrec = ppWithNamesPrec IntMap.empty function
373 ppPrec = ppWithNamesPrec IntMap.empty function
H A DError.hs273 ppPrec = ppWithNamesPrec IntMap.empty function
276 ppPrec = ppWithNamesPrec IntMap.empty function
H A DType.hs860 ppPrec = ppWithNamesPrec IntMap.empty function
863 ppPrec _ (WithNames p mp) = ppWithNames mp (tpVar p) function
891 ppPrec = ppWithNamesPrec IntMap.empty function
911 ppPrec = ppWithNamesPrec IntMap.empty function
928 ppPrec = ppWithNamesPrec IntMap.empty function
931 ppPrec _ (WithNames nt _) = ppNewtypeShort nt -- XXX: do the full thing? function
1097 ppPrec = ppWithNamesPrec IntMap.empty function
1100 ppPrec n t = ppWithNamesPrec IntMap.empty n t function
1103 ppPrec _ tvinfo = pp (tvarDesc tvinfo) <+> loc function
1109 ppPrec _ ad = which <+> "argument" <+> ofFun function
H A DSubst.hs200 ppPrec n = ppWithNamesPrec IntMap.empty n function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/happy-1.20.0/src/
H A DPrettyGrammar.hs37 ppPrec PrecNone = empty function
38 ppPrec PrecShift = text "%shift" function
39 ppPrec (PrecId x) = text "%prec" <+> text x function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/happy-1.20.0/src/
H A DPrettyGrammar.hs37 ppPrec PrecNone = empty function
38 ppPrec PrecShift = text "%shift" function
39 ppPrec (PrecId x) = text "%prec" <+> text x function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/happy-1.20.0/src/
H A DPrettyGrammar.hs37 ppPrec PrecNone = empty function
38 ppPrec PrecShift = text "%shift" function
39 ppPrec (PrecId x) = text "%prec" <+> text x function
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/Parser/
H A DAST.hs595 ppPrec _ nt = hsep function
607 ppPrec _ s = case s of function
613 ppPrec _ tl = pp (tlValue tl) function
645 ppPrec p (DExpr e) = ppPrec p e function
727 ppPrec _ (PosInst t) = pp t function
808 ppPrec _ h = case h of function
826 ppPrec _ (MatchLet b) = pp b function
839 ppPrec _ KType = text "*" function
840 ppPrec _ KNum = text "#" function
841 ppPrec _ KProp = text "@" function
[all …]
H A DPosition.hs74 ppPrec _ p = int (line p) <.> colon <.> int (col p) function
77 ppPrec _ r = text (source r) <.> char ':' function
81 ppPrec _ l = parens (text "at" <+> pp (srcRange l) <.> comma <+> pp (thing l)) function
H A DName.hs67 ppPrec _ = ppPrefixName function
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/Utils/
H A DPP.hs320 ppPrec _ str = text (T.unpack str) function
323 ppPrec _ i = text (T.unpack (identText i)) function
326 ppPrec _ = text . T.unpack . modNameToText function
329 ppPrec _ LeftAssoc = text "left-associative" function
330 ppPrec _ RightAssoc = text "right-associative" function
331 ppPrec _ NonAssoc = text "non-associative" function
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/Backend/
H A DMonad.hs393 ppPrec _ e = case e of function
418 ppPrec _ (EvalErrorEx stk ex) = vcat ([ pp ex ] ++ callStk) function
434 ppPrec _ e = case e of function
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/ModuleSystem/
H A DMonad.hs69 ppPrec _ is = case is of function
146 ppPrec prec e = case e of function
284 ppPrec _ w = case w of function
H A DRenamer.hs97 ppPrec _ e = case e of function
165 ppPrec _ (SymbolShadowed new originals disp) = fixNameDisp disp $ function
179 ppPrec _ (UnusedName x disp) = fixNameDisp disp $ function
H A DName.hs190 ppPrec _ = ppPrefixName function

12