diff --git a/src/WithItreeWIP.v b/src/WithItreeWIP.v index f52caaf..089599d 100644 --- a/src/WithItreeWIP.v +++ b/src/WithItreeWIP.v @@ -12,7 +12,7 @@ Module interaction. | interact {R : Type} (e : E R) (k : R -> interaction) | ret (_ : T). Arguments interaction : clear implicits. - Arguments interaction _%eff _%type. + Arguments interaction _%_eff _%_type. Section bind. Context {E : Type -> Type} {T U : Type} (k : T -> interaction E U).