UniFormal / MMT

The MMT Language and System
https://uniformal.github.io/
Other
68 stars 22 forks source link

References to derived declarations are no longer parsed correctly after commit e8e4694, instead the terms are interpreted as the default OMSemiFormal #425

Closed ColinRothgang closed 5 years ago

ColinRothgang commented 5 years ago

This breaks the parsing of the header of inductively-defined functions and record terms.

@florian-rabe Before the commit, they used to parse correctly as OMIDs.

ColinRothgang commented 5 years ago

It might or might not be solved by your latest commits (hard to say, as none of them currently compiles). EDIT: It is not.

ColinRothgang commented 5 years ago

Seems gone now (or hidden by a different issue).