Searched defs:mapMaybeFvRn (Results 1 – 1 of 1) sorted by relevance
197 mapMaybeFvRn _ Nothing = return (Nothing, emptyFVs) function198 mapMaybeFvRn f (Just x) = do { (y, fvs) <- f x; return (Just y, fvs) } function