Skip to content

Commit 7a449cd

Browse files
committed
update doc
1 parent cff2dbd commit 7a449cd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

theories/convex.v

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ From HB Require Import structures.
1414
(* completed with material from infotheo. *)
1515
(* *)
1616
(* isConvexSpace R T == interface for convex spaces *)
17-
(* ConvexSpace R == structure of convex space *)
17+
(* The HB class is ConvexSpace. *)
1818
(* a <| t |> b == convexity operator *)
19-
(* E : lmodType R with R : realDomainType and R : realDomainType are shown to *)
20-
(* be convex spaces *)
19+
(* *)
20+
(* * instances of convex space: *)
21+
(* E : lmodType R with R : realDomainType, R : realDomainType, *)
22+
(* R : realFieldType, R : realType *)
2123
(* *)
2224
(******************************************************************************)
2325

0 commit comments

Comments
 (0)