Home
last modified time | relevance | path

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

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/Unfold/
H A DMake.hs79 , df_con = con function
151 df@(DFunUnfolding { df_bndrs = old_bndrs, df_con = con, df_args = args })
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/
H A DUnfold.hs113 , df_con = con function
185 df@(DFunUnfolding { df_bndrs = old_bndrs, df_con = con, df_args = args })
H A DPpr.hs585 ppr (DFunUnfolding { df_bndrs = bndrs, df_con = con, df_args = args })
H A DSimpleOpt.hs1141 | DFunUnfolding { df_bndrs = bndrs, df_con = con, df_args = dfun_args } <- unfolding
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/coreSyn/
H A DCoreUnfold.hs102 , df_con = con function
181 df@(DFunUnfolding { df_bndrs = old_bndrs, df_con = con, df_args = args })
H A DCoreSyn.hs1470 df_con :: DataCon, -- The dictionary data constructor (never a newtype datacon) function
1661 maybeUnfoldingTemplate (DFunUnfolding { df_bndrs = bndrs, df_con = con, df_args = args })
H A DPprCore.hs542 ppr (DFunUnfolding { df_bndrs = bndrs, df_con = con, df_args = args })
H A DCoreOpt.hs1042 | DFunUnfolding { df_bndrs = bndrs, df_con = con, df_args = dfun_args } <- unfolding
/dports/lang/ghc/ghc-8.10.7/compiler/coreSyn/
H A DCoreUnfold.hs102 , df_con = con function
181 df@(DFunUnfolding { df_bndrs = old_bndrs, df_con = con, df_args = args })
H A DCoreSyn.hs1470 df_con :: DataCon, -- The dictionary data constructor (never a newtype datacon) function
1661 maybeUnfoldingTemplate (DFunUnfolding { df_bndrs = bndrs, df_con = con, df_args = args })
H A DPprCore.hs542 ppr (DFunUnfolding { df_bndrs = bndrs, df_con = con, df_args = args })
H A DCoreOpt.hs1042 | DFunUnfolding { df_bndrs = bndrs, df_con = con, df_args = dfun_args } <- unfolding
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/
H A DCore.hs1208 df_con :: DataCon, -- The dictionary data constructor (never a newtype datacon) function
1399 maybeUnfoldingTemplate (DFunUnfolding { df_bndrs = bndrs, df_con = con, df_args = args })
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/
H A DCore.hs1480 df_con :: DataCon, -- The dictionary data constructor (never a newtype datacon) function
1671 maybeUnfoldingTemplate (DFunUnfolding { df_bndrs = bndrs, df_con = con, df_args = args })
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/
H A DPpr.hs601 ppr (DFunUnfolding { df_bndrs = bndrs, df_con = con, df_args = args })
H A DSimpleOpt.hs1176 | DFunUnfolding { df_bndrs = bndrs, df_con = con, df_args = dfun_args } <- unfolding
/dports/lang/ghc/ghc-8.10.7/compiler/simplCore/
H A DSimplify.hs3597 DFunUnfolding { df_bndrs = bndrs, df_con = con, df_args = args }