Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Rodolphe Lepigre
Iris
Commits
6b8069fa
Commit
6b8069fa
authored
Dec 09, 2016
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move everything to subfolder theories/
parent
7b14d6a7
Changes
131
Hide whitespace changes
Inline
Side-by-side
Showing
75 changed files
with
131 additions
and
131 deletions
+131
-131
_CoqProject
_CoqProject
+131
-131
theories/algebra/agree.v
theories/algebra/agree.v
+0
-0
theories/algebra/auth.v
theories/algebra/auth.v
+0
-0
theories/algebra/base.v
theories/algebra/base.v
+0
-0
theories/algebra/cmra.v
theories/algebra/cmra.v
+0
-0
theories/algebra/cmra_big_op.v
theories/algebra/cmra_big_op.v
+0
-0
theories/algebra/cmra_tactics.v
theories/algebra/cmra_tactics.v
+0
-0
theories/algebra/coPset.v
theories/algebra/coPset.v
+0
-0
theories/algebra/cofe_solver.v
theories/algebra/cofe_solver.v
+0
-0
theories/algebra/csum.v
theories/algebra/csum.v
+0
-0
theories/algebra/deprecated.v
theories/algebra/deprecated.v
+0
-0
theories/algebra/dra.v
theories/algebra/dra.v
+0
-0
theories/algebra/excl.v
theories/algebra/excl.v
+0
-0
theories/algebra/frac.v
theories/algebra/frac.v
+0
-0
theories/algebra/gmap.v
theories/algebra/gmap.v
+0
-0
theories/algebra/gset.v
theories/algebra/gset.v
+0
-0
theories/algebra/iprod.v
theories/algebra/iprod.v
+0
-0
theories/algebra/list.v
theories/algebra/list.v
+0
-0
theories/algebra/local_updates.v
theories/algebra/local_updates.v
+0
-0
theories/algebra/ofe.v
theories/algebra/ofe.v
+0
-0
theories/algebra/sts.v
theories/algebra/sts.v
+0
-0
theories/algebra/updates.v
theories/algebra/updates.v
+0
-0
theories/base_logic/base_logic.v
theories/base_logic/base_logic.v
+0
-0
theories/base_logic/big_op.v
theories/base_logic/big_op.v
+0
-0
theories/base_logic/deprecated.v
theories/base_logic/deprecated.v
+0
-0
theories/base_logic/derived.v
theories/base_logic/derived.v
+0
-0
theories/base_logic/double_negation.v
theories/base_logic/double_negation.v
+0
-0
theories/base_logic/hlist.v
theories/base_logic/hlist.v
+0
-0
theories/base_logic/lib/auth.v
theories/base_logic/lib/auth.v
+0
-0
theories/base_logic/lib/boxes.v
theories/base_logic/lib/boxes.v
+0
-0
theories/base_logic/lib/cancelable_invariants.v
theories/base_logic/lib/cancelable_invariants.v
+0
-0
theories/base_logic/lib/counter_examples.v
theories/base_logic/lib/counter_examples.v
+0
-0
theories/base_logic/lib/fancy_updates.v
theories/base_logic/lib/fancy_updates.v
+0
-0
theories/base_logic/lib/fractional.v
theories/base_logic/lib/fractional.v
+0
-0
theories/base_logic/lib/invariants.v
theories/base_logic/lib/invariants.v
+0
-0
theories/base_logic/lib/iprop.v
theories/base_logic/lib/iprop.v
+0
-0
theories/base_logic/lib/na_invariants.v
theories/base_logic/lib/na_invariants.v
+0
-0
theories/base_logic/lib/namespaces.v
theories/base_logic/lib/namespaces.v
+0
-0
theories/base_logic/lib/own.v
theories/base_logic/lib/own.v
+0
-0
theories/base_logic/lib/saved_prop.v
theories/base_logic/lib/saved_prop.v
+0
-0
theories/base_logic/lib/sts.v
theories/base_logic/lib/sts.v
+0
-0
theories/base_logic/lib/viewshifts.v
theories/base_logic/lib/viewshifts.v
+0
-0
theories/base_logic/lib/wsat.v
theories/base_logic/lib/wsat.v
+0
-0
theories/base_logic/primitive.v
theories/base_logic/primitive.v
+0
-0
theories/base_logic/soundness.v
theories/base_logic/soundness.v
+0
-0
theories/base_logic/tactics.v
theories/base_logic/tactics.v
+0
-0
theories/base_logic/upred.v
theories/base_logic/upred.v
+0
-0
theories/heap_lang/adequacy.v
theories/heap_lang/adequacy.v
+0
-0
theories/heap_lang/lang.v
theories/heap_lang/lang.v
+0
-0
theories/heap_lang/lib/assert.v
theories/heap_lang/lib/assert.v
+0
-0
theories/heap_lang/lib/barrier/barrier.v
theories/heap_lang/lib/barrier/barrier.v
+0
-0
theories/heap_lang/lib/barrier/proof.v
theories/heap_lang/lib/barrier/proof.v
+0
-0
theories/heap_lang/lib/barrier/protocol.v
theories/heap_lang/lib/barrier/protocol.v
+0
-0
theories/heap_lang/lib/barrier/specification.v
theories/heap_lang/lib/barrier/specification.v
+0
-0
theories/heap_lang/lib/counter.v
theories/heap_lang/lib/counter.v
+0
-0
theories/heap_lang/lib/lock.v
theories/heap_lang/lib/lock.v
+0
-0
theories/heap_lang/lib/par.v
theories/heap_lang/lib/par.v
+0
-0
theories/heap_lang/lib/spawn.v
theories/heap_lang/lib/spawn.v
+0
-0
theories/heap_lang/lib/spin_lock.v
theories/heap_lang/lib/spin_lock.v
+0
-0
theories/heap_lang/lib/ticket_lock.v
theories/heap_lang/lib/ticket_lock.v
+0
-0
theories/heap_lang/notation.v
theories/heap_lang/notation.v
+0
-0
theories/heap_lang/op_rules.v
theories/heap_lang/op_rules.v
+0
-0
theories/heap_lang/proofmode.v
theories/heap_lang/proofmode.v
+0
-0
theories/heap_lang/tactics.v
theories/heap_lang/tactics.v
+0
-0
theories/heap_lang/wp_tactics.v
theories/heap_lang/wp_tactics.v
+0
-0
theories/prelude/base.v
theories/prelude/base.v
+0
-0
theories/prelude/bset.v
theories/prelude/bset.v
+0
-0
theories/prelude/coPset.v
theories/prelude/coPset.v
+0
-0
theories/prelude/collections.v
theories/prelude/collections.v
+0
-0
theories/prelude/countable.v
theories/prelude/countable.v
+0
-0
theories/prelude/decidable.v
theories/prelude/decidable.v
+0
-0
theories/prelude/fin_collections.v
theories/prelude/fin_collections.v
+0
-0
theories/prelude/fin_map_dom.v
theories/prelude/fin_map_dom.v
+0
-0
theories/prelude/fin_maps.v
theories/prelude/fin_maps.v
+0
-0
theories/prelude/finite.v
theories/prelude/finite.v
+0
-0
No files found.
_CoqProject
View file @
6b8069fa
-Q
.
iris
prelude/option.v
prelude/fin_map_dom.v
prelude/bset.v
prelude/fin_maps.v
prelude/vector.v
prelude/pmap.v
prelude/stringmap.v
prelude/fin_collections.v
prelude/mapset.v
prelude/proof_irrel.v
prelude/hashset.v
prelude/pretty.v
prelude/countable.v
prelude/orders.v
prelude/natmap.v
prelude/strings.v
prelude/relations.v
prelude/collections.v
prelude/listset.v
prelude/streams.v
prelude/gmap.v
prelude/gmultiset.v
prelude/base.v
prelude/tactics.v
prelude/prelude.v
prelude/listset_nodup.v
prelude/finite.v
prelude/numbers.v
prelude/nmap.v
prelude/zmap.v
prelude/coPset.v
prelude/lexico.v
prelude/set.v
prelude/decidable.v
prelude/list.v
prelude/functions.v
prelude/hlist.v
prelude/sorting.v
algebra/cmra.v
algebra/cmra_big_op.v
algebra/cmra_tactics.v
algebra/sts.v
algebra/auth.v
algebra/gmap.v
algebra/ofe.v
algebra/base.v
algebra/dra.v
algebra/cofe_solver.v
algebra/agree.v
algebra/excl.v
algebra/iprod.v
algebra/frac.v
algebra/csum.v
algebra/list.v
algebra/updates.v
algebra/local_updates.v
algebra/gset.v
algebra/coPset.v
algebra/deprecated.v
base_logic/upred.v
base_logic/primitive.v
base_logic/derived.v
base_logic/base_logic.v
base_logic/tactics.v
base_logic/big_op.v
base_logic/hlist.v
base_logic/soundness.v
base_logic/double_negation.v
base_logic/deprecated.v
base_logic/lib/iprop.v
base_logic/lib/own.v
base_logic/lib/saved_prop.v
base_logic/lib/namespaces.v
base_logic/lib/wsat.v
base_logic/lib/invariants.v
base_logic/lib/fancy_updates.v
base_logic/lib/viewshifts.v
base_logic/lib/auth.v
base_logic/lib/sts.v
base_logic/lib/boxes.v
base_logic/lib/na_invariants.v
base_logic/lib/cancelable_invariants.v
base_logic/lib/counter_examples.v
base_logic/lib/fractional.v
program_logic/adequacy.v
program_logic/lifting.v
program_logic/weakestpre.v
program_logic/hoare.v
program_logic/language.v
program_logic/ectx_language.v
program_logic/ectxi_language.v
program_logic/ectx_lifting.v
program_logic/gen_heap.v
program_logic/ownp.v
heap_lang/lang.v
heap_lang/tactics.v
heap_lang/wp_tactics.v
heap_lang/op_rules.v
heap_lang/notation.v
heap_lang/lib/spawn.v
heap_lang/lib/par.v
heap_lang/lib/assert.v
heap_lang/lib/lock.v
heap_lang/lib/spin_lock.v
heap_lang/lib/ticket_lock.v
heap_lang/lib/counter.v
heap_lang/lib/barrier/barrier.v
heap_lang/lib/barrier/specification.v
heap_lang/lib/barrier/protocol.v
heap_lang/lib/barrier/proof.v
heap_lang/proofmode.v
heap_lang/adequacy.v
tests/heap_lang.v
tests/one_shot.v
tests/joining_existentials.v
tests/proofmode.v
tests/barrier_client.v
tests/list_reverse.v
tests/tree_sum.v
tests/counter.v
proofmode/strings.v
proofmode/coq_tactics.v
proofmode/environments.v
proofmode/intro_patterns.v
proofmode/spec_patterns.v
proofmode/sel_patterns.v
proofmode/tactics.v
proofmode/notation.v
proofmode/classes.v
proofmode/class_instances.v
-Q
theories
iris
theories/
prelude/option.v
theories/
prelude/fin_map_dom.v
theories/
prelude/bset.v
theories/
prelude/fin_maps.v
theories/
prelude/vector.v
theories/
prelude/pmap.v
theories/
prelude/stringmap.v
theories/
prelude/fin_collections.v
theories/
prelude/mapset.v
theories/
prelude/proof_irrel.v
theories/
prelude/hashset.v
theories/
prelude/pretty.v
theories/
prelude/countable.v
theories/
prelude/orders.v
theories/
prelude/natmap.v
theories/
prelude/strings.v
theories/
prelude/relations.v
theories/
prelude/collections.v
theories/
prelude/listset.v
theories/
prelude/streams.v
theories/
prelude/gmap.v
theories/
prelude/gmultiset.v
theories/
prelude/base.v
theories/
prelude/tactics.v
theories/
prelude/prelude.v
theories/
prelude/listset_nodup.v
theories/
prelude/finite.v
theories/
prelude/numbers.v
theories/
prelude/nmap.v
theories/
prelude/zmap.v
theories/
prelude/coPset.v
theories/
prelude/lexico.v
theories/
prelude/set.v
theories/
prelude/decidable.v
theories/
prelude/list.v
theories/
prelude/functions.v
theories/
prelude/hlist.v
theories/
prelude/sorting.v
theories/
algebra/cmra.v
theories/
algebra/cmra_big_op.v
theories/
algebra/cmra_tactics.v
theories/
algebra/sts.v
theories/
algebra/auth.v
theories/
algebra/gmap.v
theories/
algebra/ofe.v
theories/
algebra/base.v
theories/
algebra/dra.v
theories/
algebra/cofe_solver.v
theories/
algebra/agree.v
theories/
algebra/excl.v
theories/
algebra/iprod.v
theories/
algebra/frac.v
theories/
algebra/csum.v
theories/
algebra/list.v
theories/
algebra/updates.v
theories/
algebra/local_updates.v
theories/
algebra/gset.v
theories/
algebra/coPset.v
theories/
algebra/deprecated.v
theories/
base_logic/upred.v
theories/
base_logic/primitive.v
theories/
base_logic/derived.v
theories/
base_logic/base_logic.v
theories/
base_logic/tactics.v
theories/
base_logic/big_op.v
theories/
base_logic/hlist.v
theories/
base_logic/soundness.v
theories/
base_logic/double_negation.v
theories/
base_logic/deprecated.v
theories/
base_logic/lib/iprop.v
theories/
base_logic/lib/own.v
theories/
base_logic/lib/saved_prop.v
theories/
base_logic/lib/namespaces.v
theories/
base_logic/lib/wsat.v
theories/
base_logic/lib/invariants.v
theories/
base_logic/lib/fancy_updates.v
theories/
base_logic/lib/viewshifts.v
theories/
base_logic/lib/auth.v
theories/
base_logic/lib/sts.v
theories/
base_logic/lib/boxes.v
theories/
base_logic/lib/na_invariants.v
theories/
base_logic/lib/cancelable_invariants.v
theories/
base_logic/lib/counter_examples.v
theories/
base_logic/lib/fractional.v
theories/
program_logic/adequacy.v
theories/
program_logic/lifting.v
theories/
program_logic/weakestpre.v
theories/
program_logic/hoare.v
theories/
program_logic/language.v
theories/
program_logic/ectx_language.v
theories/
program_logic/ectxi_language.v
theories/
program_logic/ectx_lifting.v
theories/
program_logic/gen_heap.v
theories/
program_logic/ownp.v
theories/
heap_lang/lang.v
theories/
heap_lang/tactics.v
theories/
heap_lang/wp_tactics.v
theories/
heap_lang/op_rules.v
theories/
heap_lang/notation.v
theories/
heap_lang/lib/spawn.v
theories/
heap_lang/lib/par.v
theories/
heap_lang/lib/assert.v
theories/
heap_lang/lib/lock.v
theories/
heap_lang/lib/spin_lock.v
theories/
heap_lang/lib/ticket_lock.v
theories/
heap_lang/lib/counter.v
theories/
heap_lang/lib/barrier/barrier.v
theories/
heap_lang/lib/barrier/specification.v
theories/
heap_lang/lib/barrier/protocol.v
theories/
heap_lang/lib/barrier/proof.v
theories/
heap_lang/proofmode.v
theories/
heap_lang/adequacy.v
theories/
tests/heap_lang.v
theories/
tests/one_shot.v
theories/
tests/joining_existentials.v
theories/
tests/proofmode.v
theories/
tests/barrier_client.v
theories/
tests/list_reverse.v
theories/
tests/tree_sum.v
theories/
tests/counter.v
theories/
proofmode/strings.v
theories/
proofmode/coq_tactics.v
theories/
proofmode/environments.v
theories/
proofmode/intro_patterns.v
theories/
proofmode/spec_patterns.v
theories/
proofmode/sel_patterns.v
theories/
proofmode/tactics.v
theories/
proofmode/notation.v
theories/
proofmode/classes.v
theories/
proofmode/class_instances.v
algebra/agree.v
→
theories/
algebra/agree.v
View file @
6b8069fa
File moved
algebra/auth.v
→
theories/
algebra/auth.v
View file @
6b8069fa
File moved
algebra/base.v
→
theories/
algebra/base.v
View file @
6b8069fa
File moved
algebra/cmra.v
→
theories/
algebra/cmra.v
View file @
6b8069fa
File moved
algebra/cmra_big_op.v
→
theories/
algebra/cmra_big_op.v
View file @
6b8069fa
File moved
algebra/cmra_tactics.v
→
theories/
algebra/cmra_tactics.v
View file @
6b8069fa
File moved
algebra/coPset.v
→
theories/
algebra/coPset.v
View file @
6b8069fa
File moved
algebra/cofe_solver.v
→
theories/
algebra/cofe_solver.v
View file @
6b8069fa
File moved
algebra/csum.v
→
theories/
algebra/csum.v
View file @
6b8069fa
File moved
algebra/deprecated.v
→
theories/
algebra/deprecated.v
View file @
6b8069fa
File moved
algebra/dra.v
→
theories/
algebra/dra.v
View file @
6b8069fa
File moved
algebra/excl.v
→
theories/
algebra/excl.v
View file @
6b8069fa
File moved
algebra/frac.v
→
theories/
algebra/frac.v
View file @
6b8069fa
File moved
algebra/gmap.v
→
theories/
algebra/gmap.v
View file @
6b8069fa
File moved
algebra/gset.v
→
theories/
algebra/gset.v
View file @
6b8069fa
File moved
algebra/iprod.v
→
theories/
algebra/iprod.v
View file @
6b8069fa
File moved
algebra/list.v
→
theories/
algebra/list.v
View file @
6b8069fa
File moved
algebra/local_updates.v
→
theories/
algebra/local_updates.v
View file @
6b8069fa
File moved
algebra/ofe.v
→
theories/
algebra/ofe.v
View file @
6b8069fa
File moved
algebra/sts.v
→
theories/
algebra/sts.v
View file @
6b8069fa
File moved
algebra/updates.v
→
theories/
algebra/updates.v
View file @
6b8069fa
File moved
base_logic/base_logic.v
→
theories/
base_logic/base_logic.v
View file @
6b8069fa
File moved
base_logic/big_op.v
→
theories/
base_logic/big_op.v
View file @
6b8069fa
File moved
base_logic/deprecated.v
→
theories/
base_logic/deprecated.v
View file @
6b8069fa
File moved
base_logic/derived.v
→
theories/
base_logic/derived.v
View file @
6b8069fa
File moved
base_logic/double_negation.v
→
theories/
base_logic/double_negation.v
View file @
6b8069fa
File moved
base_logic/hlist.v
→
theories/
base_logic/hlist.v
View file @
6b8069fa
File moved
base_logic/lib/auth.v
→
theories/
base_logic/lib/auth.v
View file @
6b8069fa
File moved
base_logic/lib/boxes.v
→
theories/
base_logic/lib/boxes.v
View file @
6b8069fa
File moved
base_logic/lib/cancelable_invariants.v
→
theories/
base_logic/lib/cancelable_invariants.v
View file @
6b8069fa
File moved
base_logic/lib/counter_examples.v
→
theories/
base_logic/lib/counter_examples.v
View file @
6b8069fa
File moved
base_logic/lib/fancy_updates.v
→
theories/
base_logic/lib/fancy_updates.v
View file @
6b8069fa
File moved
base_logic/lib/fractional.v
→
theories/
base_logic/lib/fractional.v
View file @
6b8069fa
File moved
base_logic/lib/invariants.v
→
theories/
base_logic/lib/invariants.v
View file @
6b8069fa
File moved
base_logic/lib/iprop.v
→
theories/
base_logic/lib/iprop.v
View file @
6b8069fa
File moved
base_logic/lib/na_invariants.v
→
theories/
base_logic/lib/na_invariants.v
View file @
6b8069fa
File moved
base_logic/lib/namespaces.v
→
theories/
base_logic/lib/namespaces.v
View file @
6b8069fa
File moved
base_logic/lib/own.v
→
theories/
base_logic/lib/own.v
View file @
6b8069fa
File moved
base_logic/lib/saved_prop.v
→
theories/
base_logic/lib/saved_prop.v
View file @
6b8069fa
File moved
base_logic/lib/sts.v
→
theories/
base_logic/lib/sts.v
View file @
6b8069fa
File moved
base_logic/lib/viewshifts.v
→
theories/
base_logic/lib/viewshifts.v
View file @
6b8069fa
File moved
base_logic/lib/wsat.v
→
theories/
base_logic/lib/wsat.v
View file @
6b8069fa
File moved
base_logic/primitive.v
→
theories/
base_logic/primitive.v
View file @
6b8069fa
File moved
base_logic/soundness.v
→
theories/
base_logic/soundness.v
View file @
6b8069fa
File moved
base_logic/tactics.v
→
theories/
base_logic/tactics.v
View file @
6b8069fa
File moved
base_logic/upred.v
→
theories/
base_logic/upred.v
View file @
6b8069fa
File moved
heap_lang/adequacy.v
→
theories/
heap_lang/adequacy.v
View file @
6b8069fa
File moved
heap_lang/lang.v
→
theories/
heap_lang/lang.v
View file @
6b8069fa
File moved
heap_lang/lib/assert.v
→
theories/
heap_lang/lib/assert.v
View file @
6b8069fa
File moved
heap_lang/lib/barrier/barrier.v
→
theories/
heap_lang/lib/barrier/barrier.v
View file @
6b8069fa
File moved
heap_lang/lib/barrier/proof.v
→
theories/
heap_lang/lib/barrier/proof.v
View file @
6b8069fa
File moved
heap_lang/lib/barrier/protocol.v
→
theories/
heap_lang/lib/barrier/protocol.v
View file @
6b8069fa
File moved
heap_lang/lib/barrier/specification.v
→
theories/
heap_lang/lib/barrier/specification.v
View file @
6b8069fa
File moved
heap_lang/lib/counter.v
→
theories/
heap_lang/lib/counter.v
View file @
6b8069fa
File moved
heap_lang/lib/lock.v
→
theories/
heap_lang/lib/lock.v
View file @
6b8069fa
File moved
heap_lang/lib/par.v
→
theories/
heap_lang/lib/par.v
View file @
6b8069fa
File moved
heap_lang/lib/spawn.v
→
theories/
heap_lang/lib/spawn.v
View file @
6b8069fa
File moved
heap_lang/lib/spin_lock.v
→
theories/
heap_lang/lib/spin_lock.v
View file @
6b8069fa
File moved
heap_lang/lib/ticket_lock.v
→
theories/
heap_lang/lib/ticket_lock.v
View file @
6b8069fa
File moved
heap_lang/notation.v
→
theories/
heap_lang/notation.v
View file @
6b8069fa
File moved
heap_lang/op_rules.v
→
theories/
heap_lang/op_rules.v
View file @
6b8069fa
File moved
heap_lang/proofmode.v
→
theories/
heap_lang/proofmode.v
View file @
6b8069fa
File moved
heap_lang/tactics.v
→
theories/
heap_lang/tactics.v
View file @
6b8069fa
File moved
heap_lang/wp_tactics.v
→
theories/
heap_lang/wp_tactics.v
View file @
6b8069fa
File moved
prelude/base.v
→
theories/
prelude/base.v
View file @
6b8069fa
File moved
prelude/bset.v
→
theories/
prelude/bset.v
View file @
6b8069fa
File moved
prelude/coPset.v
→
theories/
prelude/coPset.v
View file @
6b8069fa
File moved
prelude/collections.v
→
theories/
prelude/collections.v
View file @
6b8069fa
File moved
prelude/countable.v
→
theories/
prelude/countable.v
View file @
6b8069fa
File moved
prelude/decidable.v
→
theories/
prelude/decidable.v
View file @
6b8069fa
File moved
prelude/fin_collections.v
→
theories/
prelude/fin_collections.v
View file @
6b8069fa
File moved
prelude/fin_map_dom.v
→
theories/
prelude/fin_map_dom.v
View file @
6b8069fa
File moved
prelude/fin_maps.v
→
theories/
prelude/fin_maps.v
View file @
6b8069fa
File moved
prelude/finite.v
→
theories/
prelude/finite.v
View file @
6b8069fa
File moved
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment