Type unification is not working properly

Issue #1 resolved
Brett Giles repo owner created an issue

Example is in reverse.qpl - it declares list as List a and tries to reverse an Int list, which then fails to unify "Int" and "Typevar 'a'", which should easily work.

Comments (1)

  1. Log in to comment