Closed phlegmaticprogrammer closed 9 years ago
The code mentioned in issue #17 can lead to terms which are invalid in a given context being converted in that context into a HOPattern. That is a bug as this conversion assumes terms to be valid.
Fixed one cause by catching KernelException in Preterm.inferPolymorphicPreterm.
The code mentioned in issue #17 can lead to terms which are invalid in a given context being converted in that context into a HOPattern. That is a bug as this conversion assumes terms to be valid.