Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
FloVer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
AVA
FloVer
Commits
4884374c
Commit
4884374c
authored
Oct 03, 2017
by
Heiko Becker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try fixing some HOL4 eval issues
parent
c4af8f2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
hol4/cakeml
hol4/cakeml
+1
-1
src/main/scala/daisy/backend/CertificatePhase.scala
src/main/scala/daisy/backend/CertificatePhase.scala
+1
-1
No files found.
cakeml
@
3f8f06e6
Compare
0f9a84cd
...
3f8f06e6
Subproject commit
0f9a84cd5d6459117a10d5c60ced075cf312471b
Subproject commit
3f8f06e6f46b79db0217c67bc1842309900666b4
src/main/scala/daisy/backend/CertificatePhase.scala
View file @
4884374c
...
...
@@ -781,7 +781,7 @@ object CertificatePhase extends DaisyPhase {
"Proof.\n vm_compute; auto.\nQed.\n"
}
else
if
(
prover
==
"hol4"
){
"val _ = store_thm (\""
+
s
"ErrorBound_${fName}_Sound"
+
"\",\n"
+
s
"``CertificateCheckerCmd $lastGenName $analysisResultName $precondName $defVarsName``,\n EVAL_TAC);\n"
s
"``CertificateCheckerCmd $lastGenName $analysisResultName $precondName $defVarsName``,\n EVAL_TAC
\\ fs[]
);\n"
}
else
""
...
...
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