Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed Apr 25, 2024
1 parent dee2ea6 commit 2b07fac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion probability/convex.v
Original file line number Diff line number Diff line change
Expand Up @@ -1944,10 +1944,11 @@ Import LmoduleConvex.
Let linear_is_affine: affine f.
Proof. by move=>p x y; rewrite linearD 2!linearZZ. Qed.

#[non_forgetful_inheritance] HB.instance Definition _ := isAffine.Build _ _ _ linear_is_affine.
#[export] HB.instance Definition _ := isAffine.Build _ _ _ linear_is_affine.

End linear_affine.
End LinearAffine.
HB.export LinearAffine.

(* TOTHINK: Should we keep this section, only define R_convType, or something else ? *)
Module RConvex.
Expand Down

0 comments on commit 2b07fac

Please sign in to comment.