You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The currently released version fails to build with agda-stdlib 2.0. This is fixed in master, but that fails to build for a different reason:
/build/source/examples/Expr.agda:8,1-26
Importing module Level.Bounded using the --guardedness flag from a
module which does not.
when scope checking the declaration
open import Level.Bounded
The text was updated successfully, but these errors were encountered:
The currently released version fails to build with agda-stdlib 2.0. This is fixed in master, but that fails to build for a different reason:
The text was updated successfully, but these errors were encountered: