Skip to content

rewrite composition in the ast #18

Description

@selfsame

(and* number? (or* pos? zero?))
can be rewritten to inline the application
(and (number? a) (or (pos? a) (zero? a)))
and would help with tight optimizaiton

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions