You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reflection tools should be pulled into reflection. They could probably also be rewritten to have better performance. E.g. the constructor predicate is linear in the number of constructors, but we could just add a syntax property to make it constant time.
Remove and/or short-circuit error monad pattern.
Don't use syntax-property ': directly.
80-char lines
The text was updated successfully, but these errors were encountered:
wilbowma
changed the title
refactor reflection tools in pattern-tree.rkt
Polish pattern-tree.rkt
Jun 8, 2020
Related to #103
Non-critical
':
directly.The text was updated successfully, but these errors were encountered: