Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DDsMeta.hs1288 repE (HsOverLit _ l) = do { a <- repOverloadedLiteral l; repLit a }
1852 repP (NPat _ (dL->L _ l) Nothing _) = do { a <- repOverloadedLiteral l
2624 repOverloadedLiteral :: HsOverLit GhcRn -> DsM (Core TH.Lit)
2625 repOverloadedLiteral (OverLit { ol_val = val}) function
2630 repOverloadedLiteral (XOverLit nec) = noExtCon nec function