-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Applicative
trait
#115
Conversation
d79d29c
to
076ff28
Compare
076ff28
to
bc030a0
Compare
161e715
to
e11e41d
Compare
Can we merge this after the following PRs? Otherwise we'd have to do another round of updating the juvix-stldib ref in main of juvix and rebasing. |
581c12a
to
132a0c6
Compare
ea4faec
to
d8da355
Compare
import Stdlib.Trait.Functor open; | ||
import Stdlib.Trait open; | ||
import Stdlib.Trait.Partial open; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you use import Stdlib.Trait open
are the other Trait
imports redundant?
import Stdlib.Trait.Ord open; | ||
import Stdlib.Trait.Functor open; | ||
import Stdlib.Trait open; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you use import Stdlib.Trait open
are the other Trait
imports redundant?
2314178
to
0ca2d51
Compare
Applicative
trait.List
,Maybe
,Result
.