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
Kenji Maillard edited this page Dec 17, 2018
·
24 revisions
F* currently possess 2 slightly different effect declaration mechanisms : primitive effects and DMForFree effects. This proposal try to unify and generalize the 2 presentations.
High-level plan
Both DMForFree and primitive effects specify a predicate transformer monad.
Among the current examples of effect definitions, these predicate transformer monads
seem to always be provided by the application of a monad transformer to the monotonic continuation monad to
Prop (or Type).