Skip to content

Commit 4936386

Browse files
authored
simplify PropertyComparison (#3)
1 parent 92929fa commit 4936386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphProperties.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export
77
abstract type GraphProperty{T} end
88

99
struct PropertyComparison{
10-
Comparison <: Union{typeof(==), typeof(≤), typeof(≥)},
10+
Comparison <: Union{typeof(==), typeof(≤)},
1111
Property <: GraphProperty{<:Real},
1212
Value,
1313
} <: GraphProperty{Bool}

0 commit comments

Comments
 (0)