Skip to content

Commit ba18de0

Browse files
authored
update README not to encourage type-piracy (#149)
1 parent 2ee16a5 commit ba18de0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ This package represents intervals of an ordered set. For an interval
88
spanning from `a` to `b`, all values `x` that lie between `a` and `b`
99
are defined as being members of the interval.
1010

11-
This package is intended to implement a "minimal" foundation for
12-
intervals upon which other packages might build. In particular, we
13-
*encourage* [type-piracy](https://docs.julialang.org/en/v1/manual/style-guide/#Avoid-type-piracy)
14-
for the reason that only one interval package can
15-
unambiguously define the `..` and `±` operators (see below).
16-
1711
Currently this package defines one concrete type, `Interval`.
1812
These define the set spanning from `a` to `b`, meaning the
1913
interval is defined as the set `{x}` satisfying `a ≤ x ≤ b`. This is

0 commit comments

Comments
 (0)