Home
last modified time | relevance | path

Searched refs:isDataTyCon (Results 1 – 17 of 17) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/compiler/ghci/
H A DByteCodeItbls.hs21 import TyCon ( TyCon, tyConFamilySize, isDataTyCon, tyConDataCons )
36 mapM (mkITbl hsc_env) (filter isDataTyCon tcs)
H A DByteCodeGen.hs1442 , isDataTyCon tyc
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/
H A DTyCon.hs60 isDataTyCon, isProductTyCon, isDataProductTyCon_maybe,
1878 isDataTyCon :: TyCon -> Bool
1890 isDataTyCon (AlgTyCon {algTcRhs = rhs}) function
1898 isDataTyCon _ = False function
H A DFamInstEnv.hs235 | isDataTyCon tycon -> text "data"
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/
H A DTyCon.hs61 isDataTyCon,
1942 isDataTyCon :: TyCon -> Bool
1954 isDataTyCon (AlgTyCon {algTcRhs = rhs}) function
1962 isDataTyCon _ = False function
H A DFamInstEnv.hs234 | isDataTyCon tycon -> text "data"
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/types/
H A DTyCon.hs59 isDataTyCon, isProductTyCon, isDataProductTyCon_maybe,
1925 isDataTyCon :: TyCon -> Bool
1937 isDataTyCon (AlgTyCon {algTcRhs = rhs}) function
1945 isDataTyCon _ = False function
H A DFamInstEnv.hs233 | isDataTyCon tycon -> text "data"
/dports/lang/ghc/ghc-8.10.7/compiler/types/
H A DTyCon.hs59 isDataTyCon, isProductTyCon, isDataProductTyCon_maybe,
1925 isDataTyCon :: TyCon -> Bool
1937 isDataTyCon (AlgTyCon {algTcRhs = rhs}) function
1945 isDataTyCon _ = False function
H A DFamInstEnv.hs233 | isDataTyCon tycon -> text "data"
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DHscMain.hs1422 data_tycons = filter isDataTyCon tycons
1488 data_tycons = filter isDataTyCon tycons
1718 data_tycons = filter isDataTyCon tycons
/dports/lang/ghc/ghc-8.10.7/compiler/stranal/
H A DWwLib.hs945 , isDataTyCon tc
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/StgToCmm/
H A DClosure.hs307 , isDataTyCon tc
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/basicTypes/
H A DMkId.hs556 | isDataTyCon tycon -- Real data types only; that is,
/dports/lang/ghc/ghc-8.10.7/compiler/basicTypes/
H A DMkId.hs556 | isDataTyCon tycon -- Real data types only; that is,
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Types/Id/
H A DMake.hs595 | isDataTyCon tycon -- Real data types only; that is,
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/Id/
H A DMake.hs615 | isDataTyCon tycon -- Real data types only; that is,