coq: move context into separate module, define morphism-path & redefine typing rules

This commit is contained in:
Michael Sippel 2024-09-05 12:47:30 +02:00
parent e62c028126
commit bf7846294f
Signed by: senvas
GPG key ID: F96CF119C34B64A6
5 changed files with 58 additions and 140 deletions

View file

@ -3,8 +3,9 @@ terms.v
equiv.v
subst.v
subtype.v
typing.v
context.v
morph.v
typing.v
smallstep.v
soundness.v
bbencode.v