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
{{ message }}
This repository was archived by the owner on Dec 29, 2018. It is now read-only.
Is there a way to implement optional items in pattern, like "?" operation in regexp?
So, for example (list a b (? c)) will allow skip part 'c'?