Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I don't understand the following error yet, given that I bind the type a by a type constraint on the field [t]. --- File "test/test__cache.ml", line 42, characters 27-53: 42 | let (Provider.T (type a) { t = (_ : a); interface }) = num_printer in ^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: Existential types introduced in a constructor pattern must be bound by a type constraint on the argument.
- Loading branch information