is there any way to declare a effect dependent on another? #120
Unanswered
dark-ether
asked this question in
Q&A
Replies: 1 comment
-
Somewhat. You can create a To be fair, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i am trying to write a megaparsec effect however MonadParsec requires a MonadPlus instance i don't want to write a MonadPlus instance as that would create problems with the NonDet Effect, but ideally to use the MonadParsec instance it would only be necessary to require the megaparsec effect is there any way to make the NonDet Effect implicit in the Megaparsec effect?
Beta Was this translation helpful? Give feedback.
All reactions