Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
William Mansky
Iris
Commits
141fb84f
Commit
141fb84f
authored
6 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
Export Ascii for compat with new Coq
parent
f891015e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
theories/proofmode/base.v
+1
-1
1 addition, 1 deletion
theories/proofmode/base.v
theories/proofmode/tokens.v
+1
-0
1 addition, 0 deletions
theories/proofmode/tokens.v
with
2 additions
and
1 deletion
theories/proofmode/base.v
+
1
−
1
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 *)
...
...
This diff is collapsed.
Click to expand it.
theories/proofmode/tokens.v
+
1
−
0
View file @
141fb84f
Require
Import
Coq
.
Strings
.
Ascii
.
From
iris
.
proofmode
Require
Import
base
.
Set
Default
Proof
Using
"Type"
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment