Home
last modified time | relevance | path

Searched refs:ConArgCtxt (Results 1 – 6 of 6) sorted by relevance

/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Tc/Types/
H A DOrigin.hs76 | ConArgCtxt Name -- Data constructor argument constructor
134 pprUserTypeCtxt (ConArgCtxt c) = text "the type of the constructor" <+> quotes (ppr c)
158 isSigMaybe (ConArgCtxt n) = Just n
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/typecheck/
H A DTcOrigin.hs78 | ConArgCtxt Name -- Data constructor argument constructor
136 pprUserTypeCtxt (ConArgCtxt c) = text "the type of the constructor" <+> quotes (ppr c)
160 isSigMaybe (ConArgCtxt n) = Just n
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Tc/Types/
H A DOrigin.hs79 | ConArgCtxt Name -- Data constructor argument constructor
134 pprUserTypeCtxt (ConArgCtxt c) = text "the type of the constructor" <+> quotes (ppr c)
156 isSigMaybe (ConArgCtxt n) = Just n
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcOrigin.hs78 | ConArgCtxt Name -- Data constructor argument constructor
136 pprUserTypeCtxt (ConArgCtxt c) = text "the type of the constructor" <+> quotes (ppr c)
160 isSigMaybe (ConArgCtxt n) = Just n
H A DTcValidity.hs364 ConArgCtxt _ -> rank1 -- We are given the type of the entire
505 vdqAllowed (ConArgCtxt {}) = False
1326 okIPCtxt (ConArgCtxt {}) = True
H A DTcTyClsDecls.hs3860 ctxt = ConArgCtxt (dataConName con)