Skip to content

Commit

Permalink
so that it compiles with mathcomp 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed Dec 5, 2020
1 parent c894652 commit dad6faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/forms.v
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ End BidirectionalLinearZ.

End BilinearTheory.

Canonical rev_mulmx (R : ringType) m n p := @RevOp _ _ _ (@mulmxr_head R m n p tt)
Canonical rev_mulmx (R : ringType) m n p := @RevOp _ _ _ (@mulmxr R m n p)
(@mulmx R m n p) (fun _ _ => erefl).

Canonical mulmx_bilinear (R : comRingType) m n p := [bilinear of @mulmx R m n p].
Expand Down

0 comments on commit dad6faf

Please sign in to comment.