Home
last modified time | relevance | path

Searched refs:ppLType (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/Backends/
H A DLaTeX.hs418 full = hdr <+> char '=' <+> ppLType unicode ltype
492 <+> ppLType unicode ltype
818 , ppLType unicode (getGADTConType con)
869 <+> dcolon unicode <+> ppLType unicode ltype) <-> rDoc mbDoc
894 , ppLType unicode (hsSigTypeI typ)
1020 ppLType, ppLParendType, ppLFunLhType :: Bool -> Located (HsType DocNameI) -> LaTeX function
1021 ppLType unicode y = ppType unicode (unLoc y) function
1079 ppr_mono_ty (HsTupleTy _ con tys) u = tupleParens con (map (ppLType u) tys)
1080 ppr_mono_ty (HsSumTy _ tys) u = sumParens (map (ppLType u) tys)
1088 …ty (HsExplicitListTy _ NotPromoted tys) u = brackets $ hsep $ punctuate comma $ map (ppLType u) tys
[all …]
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/
H A DDecl.hs88 pp_typ = ppLType unicode qual HideEmptyContexts typ
883 … ( hsep [ ppOcc, dcolon unicode, ppLType unicode qual HideEmptyContexts (getGADTConType con) ]
953 , ppLType unicode qual HideEmptyContexts (getGADTConType con)
1021 <+> ppLType unicode qual HideEmptyContexts ltype
1035 <+> dcolon unicode <+> ppLType unicode qual HideEmptyContexts ltype
1119 ppLType, ppLParendType, ppLFunLhType :: Unicode -> Qualification -> HideEmptyContexts -> Located (H… function
1120 ppLType unicode qual emptyCtxts y = ppType unicode qual emptyCtxts (unLoc y) function
1175 let emptyCtxts = patSigContext typ in ppLType unicode qual emptyCtxts typ
1213 tupleParens con (map (ppLType u q HideEmptyContexts) tys)
1215 sumParens (map (ppLType u q HideEmptyContexts) tys)
[all …]