Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/rename/
H A DRnUtils.hs126 ; checkShadowedOccs envs get_loc_occ filtered_rdrs }
130 get_loc_occ (dL->L loc rdr) = (loc,rdrNameOcc rdr) function
135 ; checkShadowedOccs envs get_loc_occ filtered_names }
139 get_loc_occ name = (nameSrcSpan name, nameOccName name) function
145 checkShadowedOccs (global_env,local_env) get_loc_occ ns
147 do { traceRn "checkShadowedOccs:shadow" (ppr (map get_loc_occ ns))
157 (loc,occ) = get_loc_occ n