wende / elchemy

Write Elixir code using statically-typed Elm-like syntax (compatible with Elm tooling)
https://wende.github.io/elchemy/
MIT License
1.15k stars 28 forks source link

Disable `verify` macro in Elixir 1.7 #356

Closed wende closed 5 years ago

wende commented 6 years ago

There is no @spec in Elixir 1.7 so we need to disable the verify macro

wende commented 5 years ago

Closed by #357