Mentions légales du service

Skip to content

[minor fix] ensure that unification fails on incompatible type constructors

SCHERER Gabriel requested to merge gscherer/inferno:minor-fix-iter2 into master

This is a minor bugfix on Infer.S.iter2, which would previously accept sometimes to iterate on the leaves of a product type and a type constructor (if their arity matched), or two distinct type constructors with the same arity.

Merge request reports