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
For now, implementations of Verb trait don't share much in common, so complicating implementing custom matchers and verbs.
Ideally, there should be a convenient super structure to delegate common tasks to, and an easy way to register them without having to extend FollowedByNegation by an implicit conversion.
The text was updated successfully, but these errors were encountered:
For now, implementations of Verb trait don't share much in common, so complicating implementing custom matchers and verbs.
Ideally, there should be a convenient super structure to delegate common tasks to, and an easy way to register them without having to extend FollowedByNegation by an implicit conversion.
The text was updated successfully, but these errors were encountered: