Arend icon indicating copy to clipboard operation
Arend copied to clipboard

No error reported about wrong use of `\use \coerce`

Open sxhya opened this issue 8 months ago • 0 comments

\instance FreeMonoidConstr (S : \Set) : Monoid \cowith
  | E => List S
  | ide => nil
  | * (a1 : List S) (a2 : List S) => a1 ++ a2
  | ide-left => idp
  | ide-right => ++_nil
  | *-assoc => ++-assoc

\use \coerce letter {S : \Set} (s : S) : FreeMonoidConstr S => s :: nil

sxhya avatar Jul 03 '24 15:07 sxhya