Searched refs:ppLType (Results 1 – 2 of 2) sorted by relevance
418 full = hdr <+> char '=' <+> ppLType unicode ltype492 <+> ppLType unicode ltype818 , ppLType unicode (getGADTConType con)869 <+> dcolon unicode <+> ppLType unicode ltype) <-> rDoc mbDoc894 , ppLType unicode (hsSigTypeI typ)1020 ppLType, ppLParendType, ppLFunLhType :: Bool -> Located (HsType DocNameI) -> LaTeX function1021 ppLType unicode y = ppType unicode (unLoc y) function1079 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 …]
88 pp_typ = ppLType unicode qual HideEmptyContexts typ883 … ( hsep [ ppOcc, dcolon unicode, ppLType unicode qual HideEmptyContexts (getGADTConType con) ]953 , ppLType unicode qual HideEmptyContexts (getGADTConType con)1021 <+> ppLType unicode qual HideEmptyContexts ltype1035 <+> dcolon unicode <+> ppLType unicode qual HideEmptyContexts ltype1119 ppLType, ppLParendType, ppLFunLhType :: Unicode -> Qualification -> HideEmptyContexts -> Located (H… function1120 ppLType unicode qual emptyCtxts y = ppType unicode qual emptyCtxts (unLoc y) function1175 let emptyCtxts = patSigContext typ in ppLType unicode qual emptyCtxts typ1213 tupleParens con (map (ppLType u q HideEmptyContexts) tys)1215 sumParens (map (ppLType u q HideEmptyContexts) tys)[all …]