Skip to content
Snippets Groups Projects
Commit a041e7df authored by Jonas Kastberg's avatar Jonas Kastberg
Browse files

Renamed theories -> actris and let .opam package only publish actris

parent a1e24f8c
No related branches found
No related tags found
1 merge request!39Multiparty synchronous
Showing
with 46 additions and 46 deletions
-Q theories actris -Q actris actris
-Q multi_actris multi_actris -Q multi_actris multi_actris
# We sometimes want to locally override notation, and there is no good way to do that with scopes. # We sometimes want to locally override notation, and there is no good way to do that with scopes.
-arg -w -arg -notation-overridden -arg -w -arg -notation-overridden
...@@ -6,51 +6,51 @@ ...@@ -6,51 +6,51 @@
# (https://github.com/coq/coq/issues/6294). # (https://github.com/coq/coq/issues/6294).
-arg -w -arg -redundant-canonical-projection -arg -w -arg -redundant-canonical-projection
theories/utils/llist.v actris/utils/llist.v
theories/utils/compare.v actris/utils/compare.v
theories/utils/contribution.v actris/utils/contribution.v
theories/utils/group.v actris/utils/group.v
theories/utils/cofe_solver_2.v actris/utils/cofe_solver_2.v
theories/utils/switch.v actris/utils/switch.v
theories/channel/proto_model.v actris/channel/proto_model.v
theories/channel/proto.v actris/channel/proto.v
theories/channel/channel.v actris/channel/channel.v
theories/channel/proofmode.v actris/channel/proofmode.v
theories/examples/basics.v actris/examples/basics.v
theories/examples/equivalence.v actris/examples/equivalence.v
theories/examples/sort.v actris/examples/sort.v
theories/examples/sort_br_del.v actris/examples/sort_br_del.v
theories/examples/sort_fg.v actris/examples/sort_fg.v
theories/examples/par_map.v actris/examples/par_map.v
theories/examples/map_reduce.v actris/examples/map_reduce.v
theories/examples/swap_mapper.v actris/examples/swap_mapper.v
theories/examples/subprotocols.v actris/examples/subprotocols.v
theories/examples/list_rev.v actris/examples/list_rev.v
theories/examples/rpc.v actris/examples/rpc.v
theories/examples/pizza.v actris/examples/pizza.v
theories/logrel/model.v actris/logrel/model.v
theories/logrel/telescopes.v actris/logrel/telescopes.v
theories/logrel/subtyping.v actris/logrel/subtyping.v
theories/logrel/contexts.v actris/logrel/contexts.v
theories/logrel/term_types.v actris/logrel/term_types.v
theories/logrel/session_types.v actris/logrel/session_types.v
theories/logrel/operators.v actris/logrel/operators.v
theories/logrel/term_typing_judgment.v actris/logrel/term_typing_judgment.v
theories/logrel/subtyping_rules.v actris/logrel/subtyping_rules.v
theories/logrel/term_typing_rules.v actris/logrel/term_typing_rules.v
theories/logrel/session_typing_rules.v actris/logrel/session_typing_rules.v
theories/logrel/napp.v actris/logrel/napp.v
theories/logrel/lib/mutex.v actris/logrel/lib/mutex.v
theories/logrel/lib/list.v actris/logrel/lib/list.v
theories/logrel/lib/par_start.v actris/logrel/lib/par_start.v
theories/logrel/examples/pair.v actris/logrel/examples/pair.v
theories/logrel/examples/par_recv.v actris/logrel/examples/par_recv.v
theories/logrel/examples/rec_subtyping.v actris/logrel/examples/rec_subtyping.v
theories/logrel/examples/choice_subtyping.v actris/logrel/examples/choice_subtyping.v
theories/logrel/examples/mapper.v actris/logrel/examples/mapper.v
theories/logrel/examples/mapper_list.v actris/logrel/examples/mapper_list.v
theories/logrel/examples/compute_service.v actris/logrel/examples/compute_service.v
theories/logrel/examples/compute_client_list.v actris/logrel/examples/compute_client_list.v
multi_actris/utils/cofe_solver_2.v multi_actris/utils/cofe_solver_2.v
multi_actris/utils/matrix.v multi_actris/utils/matrix.v
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment