napkin-core-2.0.0
Safe HaskellNone
LanguageGHC2024

PostgresqlSyntax.Ast.RewriteCollectDeps

Documentation

rewriteCollectDeps :: (Data a, Ord ref) => Getter Ident ref -> Lens' RelationExpr ref -> Maybe (ref -> ref) -> Set ref -> a -> (Set ref, a) #