mauro3 / Traits.jl

Exploration of traits in Julia
Other
39 stars 6 forks source link

Move method signature comparison to separate package #20

Closed mauro3 closed 5 years ago

mauro3 commented 9 years ago

If method comparison becomes its own package, then https://github.com/Rory-Finnegan/Interfaces.jl could make use of it. This would mostly concern the function isfitting.

mauro3 commented 9 years ago

Cc: @Rory-Finnegan

tonyhffong commented 9 years ago

+1 provided that the strictness and scoring (when non-strict) requirements do line up

mauro3 commented 9 years ago

Sorry, I should have been more detailed as I think you're referring to dispatch of trait-functions. This is about matching method signatures in the traitdef against defined methods.