Skip to content

Commit

Permalink
make set behavior the default for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gwater committed Oct 12, 2018
1 parent ab77d5e commit e0d84c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intervals/intervals.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ abstract type AbstractInterval{T} <: Real end
abstract type Behavior end
struct SetLike <: Behavior end
struct NumberLike <: Behavior end
const DefaultBehavior = NumberLike
const DefaultBehavior = SetLike

struct Interval{T <: Real, B <: Behavior} <: AbstractInterval{T}
lo :: T
Expand Down

0 comments on commit e0d84c6

Please sign in to comment.