Replies: 1 comment 5 replies
|
Hi and welcome! I'll be more than happy to help you, however I'm not really understanding what you mean. Could you expand and/or perhaps provide code examples in another language (or what you attempted in Par) to make it clearer what you'd like to accomplish? |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I see that Nat.Repeat is a recursive either, but if I try to create, say, a Countdown that is consumed as a recursive either, how do I do that?
Creating recursive either instances seems only to be able to be done explicitly, while making something that loops on a condition seems to have to be a choice.
Is this where I have to create a dual type, a Downcounter as an iterative choice, which gets exposed by the channel? Or actually, it becomes dual automatically?
All reactions