Calascibetta Romain

Results 255 comments of Calascibetta Romain

You example is unfortunately a bit hard because `raise_something` is inlined. A solution for your specific case is explained [here](https://discuss.ocaml.org/t/how-to-disable-inlining-for-real/8682/3). So I write this code to show up the Miou's...

Since #11, we are able to compose Miou with something else which emits effects. The idea is to keep the rule: an effect suspends a task. `Miou.run` has a new...

So currently, if we don't handle an effect (the user has neither specified a Miou `handler` nor attached a _handler_ to the performer), the basic `Unhandled` exception is raised, as...

> Does this mean that an effect that is unkown to Miou basically has the same effect as Yield? Yes, that the initial idea. Your pattern is indeed valid and,...

I see. I figured out about this solution because `miou` does not have a complex way to build (it's just few modules, what I'm worried is more about `dune`'s aliases)....