Skip to content

Commit

Permalink
Add missing case to restriction of environment
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasHoefer committed Jun 19, 2024
1 parent b4ff020 commit 48bd0d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PosTT/Eval.hs
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@ instance Restrictable EnvEntry where
EntryFib v -> EntryFib (v @ f)
EntryDef t ty -> EntryDef t ty
EntryInt r -> EntryInt (r @ f)
EntryLock -> EntryLock

instance Restrictable a => Restrictable [a] where
type Alt [a] = [Alt a]
Expand Down

0 comments on commit 48bd0d3

Please sign in to comment.