Skip to content

Commit

Permalink
Fix bug with IsConcrete
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro3 committed Feb 19, 2018
1 parent 77d2eac commit 69f71f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base-traits.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ else
export IsConcrete
"Trait of all concrete types types"
@traitdef IsConcrete{X}
@traitimpl IsConcrete{X} <- isconcrete(X)
@traitimpl IsConcrete{X} <- isconcretetype(X)

Base.@deprecate_binding IsLeafType IsConcrete
end
Expand Down

0 comments on commit 69f71f9

Please # to comment.