Skip to content

Commit

Permalink
Rename filter to pfilter in qmachine.shen test to avoid conflict with…
Browse files Browse the repository at this point in the history
… system's filter
  • Loading branch information
tizoc committed Mar 31, 2017
1 parent d0a18b2 commit e8f8735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/qmachine.shen
Expand Up @@ -48,7 +48,7 @@
{A --> B --> B}
X Y -> Y)

(define filter
(define pfilter
{(progression A) --> (A --> boolean) --> (list A)}
Progression P -> (super Progression (/. X (if (P X) [X] [])) append []))

Expand Down

0 comments on commit e8f8735

Please sign in to comment.