Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Simon Spies
Iris
Commits
141fb84f
Commit
141fb84f
authored
Aug 24, 2018
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Export Ascii for compat with new Coq
parent
f891015e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
theories/proofmode/base.v
theories/proofmode/base.v
+1
-1
theories/proofmode/tokens.v
theories/proofmode/tokens.v
+1
-0
No files found.
theories/proofmode/base.v
View file @
141fb84f
From
stdpp
Require
Export
strings
.
From
iris
.
algebra
Require
Export
base
.
From
Coq
Require
Im
port
Ascii
.
From
Coq
Require
Ex
port
Ascii
.
Set
Default
Proof
Using
"Type"
.
(** * Utility definitions used by the proofmode *)
...
...
theories/proofmode/tokens.v
View file @
141fb84f
Require
Import
Coq
.
Strings
.
Ascii
.
From
iris
.
proofmode
Require
Import
base
.
Set
Default
Proof
Using
"Type"
.
...
...
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