tk3369 / BinaryTraits.jl

Can do or not? It's easy. See https://tk3369.github.io/BinaryTraits.jl/dev/
MIT License
51 stars 3 forks source link

Interface specification v2 #9

Closed tk3369 closed 4 years ago

tk3369 commented 4 years ago

The current implementation associates the trait type <T>Trait with a set of contracts. It seems that it makes more sense to associate the can-trait i.e. Can<T> to the contracts instead.