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
Rewrite by applying a monadic rule everywhere you can.
Ensures that the rule cannot be applied anywhere in the result.
+ When you want to apply the rule to a result, wrap the result in `Just`.+ Otherwise, return `Nothing`.
The text below is for context.
The working example may be included into docs.
Goal
The goal is to insert Bottom with a counter into each Object binding that doesn't contain a Bottom.
Hi! I suggest to improve the docs of rewriteM.
Namely, rewrite:
The text below is for context.
The working example may be included into docs.
Goal
The goal is to insert
Bottom
with a counter into eachObject
binding that doesn't contain aBottom
.Attempt 1
This example hangs indefinitely.
Attempt 2
This example works well.
The text was updated successfully, but these errors were encountered: