esl / gradient

Gradient is a static typechecker for Elixir
Apache License 2.0
437 stars 13 forks source link

Define local annotation helpers with defp #166

Closed erszcz closed 1 year ago

erszcz commented 1 year ago

This fixes the problem described in #164, i.e. that it wasn't possible to import a module which used Gradient.TypeAnnotation.

GH: fix #164