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
Yeah, the monad approach is kind of nice, but the generics story is a bit crap, which is why I haven't pushed to using it more widely. See #50 for an attempt to make it better, but that has its own downsides.
Currently definitions are produced in a sort arbitrary (or sorted) order.
There seems to be a potential approach already implemented in
cuddle/example/Monad.hs
Line 17 in 8c66e35
We need to evaluate and see if this is the most ergonomic way to deal with this problem of defining custom order for definitions.
If there is no better alternative way, then we can close this ticket and start switching to this approach in ledger
The text was updated successfully, but these errors were encountered: