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
User of the library shouldn't be forced to use base, so we should create our own data type's based on their. This could just mean making a new module(data type) which just includes the base one.
Base.Set -> Set
Base.Sequence -> Sequence
Maybe we could even introduce a Result type for abstracting away what a goal returns.
The text was updated successfully, but these errors were encountered:
User of the library shouldn't be forced to use base, so we should create our own data type's based on their. This could just mean making a new module(data type) which just includes the base one.
Base.Set -> Set
Base.Sequence -> Sequence
Maybe we could even introduce a Result type for abstracting away what a goal returns.
The text was updated successfully, but these errors were encountered: