Home
last modified time | relevance | path

Searched refs:pp_spec (Results 1 – 11 of 11) sorted by relevance

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Hs/
H A DImpExp.hs164 4 (pp_spec spec)
190 pp_spec Nothing = empty function
191 pp_spec (Just (False, (L _ ies))) = ppr_ies ies function
192 pp_spec (Just (True, (L _ ies))) = text "hiding" <+> ppr_ies ies function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Hs/
H A DImpExp.hs138 4 (pp_spec spec)
164 pp_spec Nothing = empty function
165 pp_spec (Just (False, (L _ ies))) = ppr_ies ies function
166 pp_spec (Just (True, (L _ ies))) = text "hiding" <+> ppr_ies ies function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/GHC/Hs/
H A DImpExp.hs138 4 (pp_spec spec)
164 pp_spec Nothing = empty function
165 pp_spec (Just (False, (L _ ies))) = ppr_ies ies function
166 pp_spec (Just (True, (L _ ies))) = text "hiding" <+> ppr_ies ies function
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/Hs/
H A DImpExp.hs138 4 (pp_spec spec)
164 pp_spec Nothing = empty function
165 pp_spec (Just (False, (L _ ies))) = ppr_ies ies function
166 pp_spec (Just (True, (L _ ies))) = text "hiding" <+> ppr_ies ies function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/src/
H A Ddialyzer.erl626 indentation(?IND) ++ pp_spec(Types)
704 pp_spec(Spec) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/src/
H A Ddialyzer.erl626 indentation(?IND) ++ pp_spec(Types)
704 pp_spec(Spec) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/src/
H A Ddialyzer.erl653 indentation(?IND) ++ pp_spec(Types)
731 pp_spec(Spec) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/src/
H A Ddialyzer.erl653 indentation(?IND) ++ pp_spec(Types)
731 pp_spec(Spec) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/src/
H A Ddialyzer.erl653 indentation(?IND) ++ pp_spec(Types)
731 pp_spec(Spec) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/src/
H A Ddialyzer.erl653 indentation(?IND) ++ pp_spec(Types)
731 pp_spec(Spec) -> function
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcValidity.hs2787 pp_spec = parens (text "namely:" <+> pprTyVars specified_tvs) function
2802 2 (sep [pp_spec, text "always come first"])
2809 , sep [text "then Specified variables", pp_spec]])