rename context to env

This commit is contained in:
Michael Sippel 2024-09-21 17:26:26 +02:00
parent cc96cee283
commit a5d8cb979b
6 changed files with 12 additions and 12 deletions

View file

@ -10,7 +10,7 @@ metatheory/Metatheory.v
terms/debruijn.v
terms/equiv.v
terms/eval.v
typing/context.v
typing/env.v
typing/subtype.v
typing/morph.v
typing/typing.v