Next: , Previous: , Up: expander utils   [Index]


15.4.10 Comparing syntax objects

Function: syntax=? stx1 stx2

Recursively visit the internals of the given syntax objects and return #t if they are equal; return #f otherwise. Identifiers are compared with free-identifier=?.

Function: identifier=symbol? id sym

Return true if the symbol sym is equal to the symbol name of the identifier id.