napkin-core-2.0.0
Safe HaskellNone
LanguageGHC2024

PostgresqlSyntax.Ast.RewriteCollectDeps

Documentation

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