UlfNorell / agda-prelude

Programming library for Agda
MIT License
120 stars 24 forks source link

[ update ] Make `agda-prelude` compatible with `agda/agda#5716` #87

Closed L-TChen closed 2 years ago

L-TChen commented 2 years ago

This PR is to make cubical compatible with the recent PR https://github.com/agda/agda/pull/5716, since extendContext takes an extra variable of type String in the reflection API.

Note that this PR should not be merged unless https://github.com/agda/agda/pull/5716 is merged.

L-TChen commented 2 years ago

The PR agda/agda#5716 is merged! Please merge this PR to update if you'd like to.