You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we do not check positivity in any way, we should actually check that the datatypes we define are strictly positive (see also #29). However, we should be careful to not be too restrictive: Agda has a broad range of datatypes that it recognizes as strictly positive. Hence it might make sense to add some extra judgements for proving that a certain function or type is strictly positive in one of its arguments.
The text was updated successfully, but these errors were encountered:
Currently we do not check positivity in any way, we should actually check that the datatypes we define are strictly positive (see also #29). However, we should be careful to not be too restrictive: Agda has a broad range of datatypes that it recognizes as strictly positive. Hence it might make sense to add some extra judgements for proving that a certain function or type is strictly positive in one of its arguments.
The text was updated successfully, but these errors were encountered: