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
We wanted to be able to handle the Tree non-terminal with patterns like this:
[,[n -> h] h]
[,[l -> h] h]
These currently result in a "no top-level cata" error. But, would it be possible to permit this? The "n" and "l" identify the target for the cata right? Pattern matching on ,n and ,l without catas works fine.
The text was updated successfully, but these errors were encountered:
We were playing around with a tree example, where we stuck in extra non-terminals for the heck of it:
We wanted to be able to handle the Tree non-terminal with patterns like this:
These currently result in a "no top-level cata" error. But, would it be possible to permit this? The "n" and "l" identify the target for the cata right? Pattern matching on
,n
and,l
without catas works fine.The text was updated successfully, but these errors were encountered: