mauro3 / SimpleTraits.jl

Simple Traits for Julia
MIT License
159 stars 14 forks source link

Use where syntax #51

Closed mauro3 closed 6 years ago

mauro3 commented 6 years ago

Allows to use where syntax. This is Julia 0.7 only as where syntax cannot work in 0.6, see https://github.com/JuliaLang/julia/issues/23211.

This fixes #46.

TODO:

mauro3 commented 6 years ago

Windows CI not working: https://github.com/JuliaLang/julia/issues/25926#issuecomment-365982959