Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
stdpp
Commits
05c5d5fd
Commit
05c5d5fd
authored
Feb 21, 2016
by
Ralf Jung
Browse files
move the proofs that we can perform stps in the STS to their own lemmas
parent
13c012d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/fin_maps.v
View file @
05c5d5fd
...
...
@@ -3,7 +3,7 @@
(** Finite maps associate data to keys. This file defines an interface for
finite maps and collects some theory on it. Most importantly, it proves useful
induction principles for finite maps and implements the tactic
[simplify_map_eq
uality
] to simplify goals involving finite maps. *)
[simplify_map_eq] to simplify goals involving finite maps. *)
From
Coq
Require
Import
Permutation
.
From
stdpp
Require
Export
relations
vector
orders
.
...
...
Write
Preview
Supports
Markdown
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