Home
last modified time | relevance | path

Searched defs:tycon (Results 1 – 25 of 61) sorted by relevance

123

/dports/lang/ghc/ghc-8.10.7/libraries/containers/containers-tests/include/
H A Dcontainers.h19 #define INSTANCE_TYPEABLE0(tycon) deriving instance Typeable tycon argument
20 #define INSTANCE_TYPEABLE1(tycon) deriving instance Typeable tycon argument
21 #define INSTANCE_TYPEABLE2(tycon) deriving instance Typeable tycon argument
23 #define INSTANCE_TYPEABLE0(tycon) deriving instance Typeable tycon argument
24 #define INSTANCE_TYPEABLE1(tycon) deriving instance Typeable1 tycon argument
25 #define INSTANCE_TYPEABLE2(tycon) deriving instance Typeable2 tycon argument
27 #define INSTANCE_TYPEABLE0(tycon) argument
28 #define INSTANCE_TYPEABLE1(tycon) argument
29 #define INSTANCE_TYPEABLE2(tycon) argument
/dports/lang/ghc/ghc-8.10.7/libraries/containers/containers/include/
H A Dcontainers.h19 #define INSTANCE_TYPEABLE0(tycon) deriving instance Typeable tycon argument
20 #define INSTANCE_TYPEABLE1(tycon) deriving instance Typeable tycon argument
21 #define INSTANCE_TYPEABLE2(tycon) deriving instance Typeable tycon argument
23 #define INSTANCE_TYPEABLE0(tycon) deriving instance Typeable tycon argument
24 #define INSTANCE_TYPEABLE1(tycon) deriving instance Typeable1 tycon argument
25 #define INSTANCE_TYPEABLE2(tycon) deriving instance Typeable2 tycon argument
27 #define INSTANCE_TYPEABLE0(tycon) argument
28 #define INSTANCE_TYPEABLE1(tycon) argument
29 #define INSTANCE_TYPEABLE2(tycon) argument
/dports/lang/elm/compiler-0.19.1/_cabal_deps/containers-0.5.11.0/include/
H A Dcontainers.h19 #define INSTANCE_TYPEABLE0(tycon) deriving instance Typeable tycon argument
20 #define INSTANCE_TYPEABLE1(tycon) deriving instance Typeable tycon argument
21 #define INSTANCE_TYPEABLE2(tycon) deriving instance Typeable tycon argument
23 #define INSTANCE_TYPEABLE0(tycon) deriving instance Typeable tycon argument
24 #define INSTANCE_TYPEABLE1(tycon) deriving instance Typeable1 tycon argument
25 #define INSTANCE_TYPEABLE2(tycon) deriving instance Typeable2 tycon argument
27 #define INSTANCE_TYPEABLE0(tycon) argument
28 #define INSTANCE_TYPEABLE1(tycon) argument
29 #define INSTANCE_TYPEABLE2(tycon) argument
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/StgToCmm/
H A DForeign.hs646 | tycon == arrayPrimTyCon = StgArrayType function
647 | tycon == mutableArrayPrimTyCon = StgArrayType function
648 | tycon == arrayArrayPrimTyCon = StgArrayType function
649 | tycon == mutableArrayArrayPrimTyCon = StgArrayType function
650 | tycon == smallArrayPrimTyCon = StgSmallArrayType function
651 | tycon == smallMutableArrayPrimTyCon = StgSmallArrayType function
652 | tycon == byteArrayPrimTyCon = StgByteArrayType function
653 | tycon == mutableByteArrayPrimTyCon = StgByteArrayType function
660 tycon = tyConAppTyCon (unwrapType typ) function
/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DDsCCall.hs377 | tycon `hasKey` int8TyConKey = \e -> App (Var (mkPrimOpId Narrow8IntOp)) e function
378 | tycon `hasKey` int16TyConKey = \e -> App (Var (mkPrimOpId Narrow16IntOp)) e function
382 | tycon `hasKey` word8TyConKey = \e -> App (Var (mkPrimOpId Narrow8WordOp)) e function
383 | tycon `hasKey` word16TyConKey = \e -> App (Var (mkPrimOpId Narrow16WordOp)) e function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/plugins/hls-tactics-plugin/src/Wingman/
H A DGHC.hs143 | tycon == intTyCon = Nothing function
144 | tycon == floatTyCon = Nothing function
145 | tycon == doubleTyCon = Nothing function
146 | tycon == charTyCon = Nothing function
147 | tycon == funTyCon = Nothing function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/plugins/hls-tactics-plugin/src/Wingman/
H A DGHC.hs143 | tycon == intTyCon = Nothing function
144 | tycon == floatTyCon = Nothing function
145 | tycon == doubleTyCon = Nothing function
146 | tycon == charTyCon = Nothing function
147 | tycon == funTyCon = Nothing function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Types/Id/
H A DMake.hs452 tycon = classTyCon clas function
510 tycon = classTyCon clas function
559 tycon = dataConTyCon data_con -- The representation TyCon function
604 tycon = dataConTyCon con function
744 tycon = dataConTyCon data_con -- The representation TyCon (not family) function
/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.hs397 tycon = classTyCon clas function
453 tycon = classTyCon clas function
502 tycon = dataConTyCon data_con -- The representation TyCon function
567 tycon = dataConTyCon con function
702 tycon = dataConTyCon data_con -- The representation TyCon (not family) function
/dports/lang/ghc/ghc-8.10.7/compiler/basicTypes/
H A DMkId.hs397 tycon = classTyCon clas function
453 tycon = classTyCon clas function
502 tycon = dataConTyCon data_con -- The representation TyCon function
567 tycon = dataConTyCon con function
702 tycon = dataConTyCon data_con -- The representation TyCon (not family) function
/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.hs471 tycon = classTyCon clas function
530 tycon = classTyCon clas function
579 tycon = dataConTyCon data_con -- The representation TyCon function
624 tycon = dataConTyCon con function
764 tycon = dataConTyCon data_con -- The representation TyCon (not family) function
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcPluginM.hs139 matchFam tycon args = unsafeTcPluginTcM $ TcS.matchFamTcM tycon args function
H A DFamInst.hs730 where tycon = famInstTyCon famInst function
754 where tycon = famInstTyCon famInst function
H A DTcHsType.hs985 let tycon = tupleTyCon Boxed arity function
989 let tycon = tupleTyCon Unboxed arity function
1965 tycon = mkTcTyCon name final_tc_binders res_kind all_tv_prs function
2035 tycon = mkTcTyCon name tc_binders res_kind all_tv_prs function
H A DTcTypeable.hs221 { tycon :: !TyCon function
/dports/lang/ghc/ghc-8.10.7/libraries/base/Data/
H A DData.hs511 { tycon :: String function
628 { tycon = str function
776 { tycon = str function
824 { tycon = str function
/dports/lang/ghc/ghc-8.10.7/compiler/iface/
H A DBuildTyCl.hs253 tycon = mkClassTyCon tycon_name binders roles function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/prelude/
H A DTysWiredIn.hs918 tycon = mkTupleTyCon tc_name tc_binders tc_res_kind tc_arity tuple_con function
941 tycon = mkTupleTyCon tc_name tc_binders tc_res_kind tc_arity tuple_con function
1060 tycon = mkSumTyCon tc_name tc_binders tc_res_kind (arity * 2) tyvars (elems sum_cons) function
1116 tycon = mkClassTyCon eqTyConName binders roles function
1134 tycon = mkClassTyCon heqTyConName binders roles function
1152 tycon = mkClassTyCon coercibleTyConName binders roles function
/dports/lang/ghc/ghc-8.10.7/compiler/prelude/
H A DTysWiredIn.hs918 tycon = mkTupleTyCon tc_name tc_binders tc_res_kind tc_arity tuple_con function
941 tycon = mkTupleTyCon tc_name tc_binders tc_res_kind tc_arity tuple_con function
1060 tycon = mkSumTyCon tc_name tc_binders tc_res_kind (arity * 2) tyvars (elems sum_cons) function
1116 tycon = mkClassTyCon eqTyConName binders roles function
1134 tycon = mkClassTyCon heqTyConName binders roles function
1152 tycon = mkClassTyCon coercibleTyConName binders roles function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/ghcide/src/Development/IDE/Spans/
H A DCommon.hs65 safeTyThingType (ATyCon tycon) = Just (tyConKind tycon) function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/ghcide/src/Development/IDE/Spans/
H A DCommon.hs65 safeTyThingType (ATyCon tycon) = Just (tyConKind tycon) function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Builtin/
H A DTypes.hs992 tycon = mkTupleTyCon tc_name tc_binders tc_res_kind tc_arity tuple_con function
1015 tycon = mkTupleTyCon tc_name tc_binders tc_res_kind tc_arity tuple_con function
1134 tycon = mkSumTyCon tc_name tc_binders tc_res_kind (arity * 2) tyvars (elems sum_cons) function
1190 tycon = mkClassTyCon eqTyConName binders roles function
1208 tycon = mkClassTyCon heqTyConName binders roles function
1226 tycon = mkClassTyCon coercibleTyConName binders roles function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Builtin/
H A DTypes.hs1131 tycon = mkTupleTyCon tc_name tc_binders tc_res_kind tc_arity tuple_con function
1154 tycon = mkTupleTyCon tc_name tc_binders tc_res_kind tc_arity tuple_con function
1183 tycon = mkClassTyCon tc_name binders roles function
1318 tycon = mkSumTyCon tc_name tc_binders tc_res_kind (arity * 2) tyvars (elems sum_cons) function
1374 tycon = mkClassTyCon eqTyConName binders roles function
1392 tycon = mkClassTyCon heqTyConName binders roles function
1410 tycon = mkClassTyCon coercibleTyConName binders roles function
/dports/lang/ghc/ghc-8.10.7/compiler/rename/
H A DRnUtils.hs497 pprHsDocContext (TyDataCtx tycon) = text "the data type declaration for" <+> quotes (ppr tycon) function
498 pprHsDocContext (FamPatCtx tycon) = text "a type pattern of family instance for" <+> quotes (pp… function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/
H A DFVs.hs346 orphNamesOfTyCon tycon = unitNameSet (getName tycon) `unionNameSet` case tyConClass_maybe tycon of function
355 orphNamesOfType (TyConApp tycon tys) = func function

123