coady / multimethod

Multiple argument dispatching.
https://coady.github.io/multimethod
Other
277 stars 24 forks source link

Add support for optional arguments #20

Closed hzhangxyz closed 3 years ago

hzhangxyz commented 3 years ago

Fix #16 Please notice that this pr cover changes in #19(only detect postional argument when dispatch)

hzhangxyz commented 3 years ago

Hmmm, it seems it is needed to add priority for different dispatch when considering optional argument?