Sintrastes / hafly

Dynamic embeddable scripting language in Haskell.
https://sintrastes.github.io/hafly
GNU Affero General Public License v3.0
3 stars 0 forks source link

Allow for user-defined multiple dispatch #37

Open Sintrastes opened 1 year ago

Sintrastes commented 1 year ago

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.