Skip to content

Commit

Permalink
Merge pull request #5 from GhastlyGhast/except_lang
Browse files Browse the repository at this point in the history
Except lang
  • Loading branch information
Kaptch authored Sep 24, 2024
2 parents 0a1c177 + 41a300e commit 264ebbb
Show file tree
Hide file tree
Showing 5 changed files with 2,887 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ theories/program_logic.v
theories/effects/store.v
theories/effects/callcc.v
theories/effects/io_tape.v
theories/effects/exceptions.v
theories/effects/delim.v

theories/lib/pairs.v
Expand All @@ -57,6 +58,10 @@ theories/examples/input_lang/interp.v
theories/examples/input_lang/logpred.v
theories/examples/input_lang/logrel.v

theories/examples/except_lang/lang.v
theories/examples/except_lang/interp.v
theories/examples/except_lang/typing.v

theories/examples/affine_lang/lang.v
theories/examples/affine_lang/logrel1.v
theories/examples/affine_lang/logrel2.v
Expand Down
Loading

0 comments on commit 264ebbb

Please sign in to comment.