Variable only occurring in quantification

Issue #281 resolved
Broes De Cat created an issue

Currently throws an error that no type could be derived. Should changed into a warning that the variable did not occur anywhere so was dropped.

Comments (7)

  1. Bart Bogaerts

    Adapted parser to ignore unused variables.

    When quantifying over unused variables, they are now ignored and a warning is sent to the user. This fixes #281

    → <<cset 6e74a8357f53>>

  2. Log in to comment