File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ This package represents intervals of an ordered set. For an interval
9
9
spanning from ` a ` to ` b ` , all values ` x ` that lie between ` a ` and ` b `
10
10
are defined as being members of the interval.
11
11
12
+ This package is intended to implement a "minimal" foundation for
13
+ intervals upon which other packages might build. In particular, we
14
+ * encourage* "type-piracy" (developing new operations for the interval
15
+ types defined here), for the reason that only one interval package can
16
+ unambiguously define the ` .. ` and ` ± ` operators (see below).
17
+
12
18
Currently this package defines one concrete type, ` ClosedInterval ` .
13
19
These define the closed set spanning from ` a ` to ` b ` , meaning the
14
20
interval is defined as the set ` {x} ` satisfying ` a ≤ x ≤ b ` . This is
You can’t perform that action at this time.
0 commit comments