Home
last modified time | relevance | path

Searched refs:InferSkol (Results 1 – 7 of 7) 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.hs218 | InferSkol [(Name,TcType)] constructor
261 pprSkolInfo (InferSkol ids) = hang (text "the inferred type" <> plural ids <+> text "of")
/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.hs217 | InferSkol [(Name,TcType)] constructor
258 pprSkolInfo (InferSkol ids) = hang (text "the inferred type" <> plural ids <+> text "of")
/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.hs215 | InferSkol [(Name,TcType)] constructor
258 pprSkolInfo (InferSkol ids) = hang (text "the inferred type" <> plural ids <+> text "of")
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcOrigin.hs217 | InferSkol [(Name,TcType)] constructor
258 pprSkolInfo (InferSkol ids) = hang (text "the inferred type" <> plural ids <+> text "of")
H A DTcMType.hs2078 zonkSkolemInfo (InferSkol ntys) = do { ntys' <- mapM do_one ntys
2079 ; return (InferSkol ntys') }
2277 tidySkolemInfo env (InferSkol ids) = InferSkol (mapSnd (tidyType env) ids)
H A DTcErrors.hs1806 is_user_skol_info (InferSkol {}) = False
1917 , InferSkol prs <- ic_info implic
H A DTcSimplify.hs899 skol_info = InferSkol [ (name, mkSigmaTy [] full_theta ty)