Skip to content

Commit 9016953

Browse files
authored
Explicitly import Bool and Integer before extending these (#62)
1 parent 6e4e2dc commit 9016953

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Infinities"
22
uuid = "e1ba4f0e-776d-440f-acd9-e1d2e9742647"
33
authors = ["Sheehan Olver <[email protected]>"]
4-
version = "0.1.10"
4+
version = "0.1.11"
55

66
[compat]
77
Aqua = "0.8"

src/Infinities.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ module Infinities
22

33
import Base: angle, isone, iszero, isinf, isfinite, abs, one, oneunit, zero, isless, inv,
44
+, -, *, ==, <, , >, , fld, cld, div, mod, min, max, sign, signbit,
5-
string, show, promote_rule, convert, getindex
5+
string, show, promote_rule, convert, getindex,
6+
Bool, Integer
67

78
export ∞, ℵ₀, ℵ₁, RealInfinity, ComplexInfinity, InfiniteCardinal, NotANumber
89
# The following is commented out for now to avoid conflicts with Infinity.jl

0 commit comments

Comments
 (0)