Skip to content

Commit

Permalink
Merge branch 'callcc-non-cps' of github.com:logsem/gitrees into callc…
Browse files Browse the repository at this point in the history
…c-non-cps
  • Loading branch information
Nicolas Nardino committed Feb 26, 2024
2 parents b2c9453 + 0487b73 commit c29257b
Show file tree
Hide file tree
Showing 34 changed files with 4,414 additions and 6,609 deletions.
44 changes: 23 additions & 21 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_generic_sem.v

theories/gitree/core.v
theories/gitree/subofe.v
Expand All @@ -30,27 +29,30 @@ theories/gitree.v
theories/program_logic.v


theories/input_lang_delim/lang.v
theories/input_lang_delim/interp.v
theories/input_lang_delim/hom.v
theories/input_lang_delim/logrel.v
theories/examples/input_lang_delim/lang.v
theories/examples/input_lang_delim/interp.v
theories/examples/input_lang_delim/hom.v
theories/examples/input_lang_delim/logrel.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/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/input_lang/lang.v
theories/input_lang/interp.v
theories/input_lang/logpred.v
theories/input_lang/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/affine_lang/lang.v
theories/affine_lang/logrel1.v
theories/affine_lang/logrel2.v
theories/examples/affine_lang/lang.v
theories/examples/affine_lang/logrel1.v
theories/examples/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/effects/store.v

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

theories/utils/finite_sets.v
Loading

0 comments on commit c29257b

Please sign in to comment.