rofinn / Interfaces.jl

An implementation of interfaces for Julia
MIT License
7 stars 3 forks source link

Parametric Type Restrictions #4

Open rofinn opened 9 years ago

rofinn commented 9 years ago

Currently, we don't enforce any kind of parametric type restrictions on types that want to implement an interface. While, this probably isn't necessary most of the time it is something that Traits.jl handles that is worth looking into.