Home
last modified time | relevance | path

Searched refs:dsLit (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DMatchLit.hs12 module MatchLit ( dsLit, dsOverLit, hsLitKey
82 dsLit :: HsLit GhcRn -> DsM CoreExpr
83 dsLit l = do function
H A DDsExpr.hs14 , dsValBinds, dsLit, dsSyntaxExpr ) where
271 ; dsLit (convertLit lit) }
H A DDsMeta.hs2593 lit_expr <- dsLit lit'
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/HsToCore/
H A DPmCheck.hs52 import MatchLit (dsLit, dsOverLit)
558 core_expr <- dsLit (convertLit lit)