Skip to content

Commit

Permalink
refactoring (affine)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaptch committed Jan 31, 2024
1 parent d5cbc77 commit 3c34ea1
Show file tree
Hide file tree
Showing 19 changed files with 1,128 additions and 895 deletions.
40 changes: 20 additions & 20 deletions _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ vendor/Binding/Resolver.v

theories/prelude.v
theories/lang_generic.v
theories/lang_affine.v

theories/gitree/core.v
theories/gitree/subofe.v
Expand All @@ -29,22 +28,23 @@ theories/gitree.v

theories/program_logic.v

theories/input_lang_callcc/lang.v
theories/input_lang_callcc/interp.v
theories/input_lang_callcc/hom.v
theories/input_lang_callcc/logrel.v

theories/input_lang/lang.v
theories/input_lang/interp.v
theories/input_lang/logpred.v
theories/input_lang/logrel.v

theories/affine_lang/lang.v
theories/affine_lang/logrel1.v
theories/affine_lang/logrel2.v

theories/examples/store.v
theories/examples/pairs.v
theories/examples/while.v
theories/examples/factorial.v
theories/examples/iter.v
theories/examples/input_lang_callcc/lang.v
theories/examples/input_lang_callcc/interp.v
theories/examples/input_lang_callcc/hom.v
theories/examples/input_lang_callcc/logrel.v

theories/examples/input_lang/lang.v
theories/examples/input_lang/interp.v
theories/examples/input_lang/logpred.v
theories/examples/input_lang/logrel.v

theories/examples/affine_lang/lang.v
theories/examples/affine_lang/logrel1.v
theories/examples/affine_lang/logrel2.v

theories/effects/store.v

theories/lib/pairs.v
theories/lib/while.v
theories/lib/factorial.v
theories/lib/iter.v
Loading

0 comments on commit 3c34ea1

Please sign in to comment.