Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DDsMeta.hs1274 ; repVarOrCon x str }
1275 Just (DsBound y) -> repVarOrCon x (coreVar y)
2080 repVarOrCon :: Name -> Core TH.Name -> DsM (Core TH.ExpQ)
2081 repVarOrCon vc str | isDataOcc (nameOccName vc) = repCon str function