Free-vars-structdecl
Collect free variables appearing in a structure declaration.
- Signature
(free-vars-structdecl structdecl bound-vars)
→
(mv free-vars bound-vars)
- Arguments
- structdecl — Guard (structdeclp structdecl).
- bound-vars — Guard (ident-setp bound-vars).
- Returns
- free-vars — Type (ident-setp free-vars).
- bound-vars — Type (ident-setp bound-vars).