Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
t6s committed Jul 5, 2024
1 parent fdb3988 commit 1990bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monad_model.v
Original file line number Diff line number Diff line change
Expand Up @@ -1656,7 +1656,7 @@ HB.export ModelPlusArray.
f M <> fail :> M A.
this would need parametricity axioms for its validation in a model.
2. use syntactic reflection:
_ : forall (M : plusarraymonad) (m : M A),
_ : forall (M : plusArrayMonad) (m : M A),
{S | evalArrayMonad S = m} -> m <> fail.
here, S is an abstract syntax tree for a computation in MonadArray and
evalArrayMonad is an evaluator that interprets S into a computation *)
Expand Down

0 comments on commit 1990bc2

Please sign in to comment.