Sintrastes/hafly

Allow for user-defined multiple dispatch

Sintrastes opened this issue · 0 comments

Currently multiple dispatch only works on library-defined functions.

I believe one reason for this is that the user currently has no way of being able to specify type signatures.

We should probably make our type signatures mirror that of Haskell's.