Typeclass.jl
Typeclass.jl copied to clipboard
multiparameter typeclasses for Julia
Results
1
Typeclass.jl issues
Sort by
recently updated
recently updated
newest added
any chance of supporting some syntactic sugar for the class definitions? maybe munit(::T) -> T mappend(x::T, y::T) -> T or better yet, something like munit :: T -> T mappend(x,...