Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add lcAny constant to Prelude (#6665)
This PR adds a new lcAny constant to Prelude, which is meant for use in LCNF to represent types whose dependency on another term has been erased during compilation. This is in addition to the existing lcErased constant, which represents types that are irrelevant.
- Loading branch information