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
Simon Spies
stdpp
Commits
70ee1472
Commit
70ee1472
authored
Sep 12, 2014
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use the ascii decider from the stdlib which is extracted correctly.
parent
8da8fbc7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
theories/stringmap.v
theories/stringmap.v
+1
-2
No files found.
theories/stringmap.v
View file @
70ee1472
...
...
@@ -7,8 +7,7 @@ and guarantees logarithmic-time operations. *)
Require
Export
fin_maps
.
Require
Import
Ascii
String
list
pmap
mapset
.
Instance
assci_eq_dec
(
a1
a2
:
ascii
)
:
Decision
(
a1
=
a2
).
Proof
.
solve_decision
.
Defined
.
Instance
assci_eq_dec
:
∀
a1
a2
,
Decision
(
a1
=
a2
)
:
=
ascii_dec
.
Instance
string_eq_dec
(
s1
s2
:
string
)
:
Decision
(
s1
=
s2
).
Proof
.
solve_decision
.
Defined
.
...
...
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