Home
last modified time | relevance | path

Searched defs:mapMaybeFvRn (Results 1 – 1 of 1) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/compiler/rename/
H A DRnUtils.hs197 mapMaybeFvRn _ Nothing = return (Nothing, emptyFVs) function
198 mapMaybeFvRn f (Just x) = do { (y, fvs) <- f x; return (Just y, fvs) } function