diff --git a/src/tink/macro/Positions.hx b/src/tink/macro/Positions.hx index b311504..ad0e1aa 100644 --- a/src/tink/macro/Positions.hx +++ b/src/tink/macro/Positions.hx @@ -12,7 +12,7 @@ class Positions { return switch outcome { case Success(d): d; - case Failure(f): pos.error(f); + case Failure(f): sanitize(pos).error(f); } static public function makeBlankType(pos:Position):ComplexType