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
2804179b
Commit
2804179b
authored
Oct 03, 2017
by
Heiko Becker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Daisy eval tactic
parent
4884374c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
hol4/Infra/DaisyTactics.sml
hol4/Infra/DaisyTactics.sml
+7
-0
No files found.
hol4/Infra/DaisyTactics.sml
View file @
2804179b
...
...
@@ -102,4 +102,11 @@ fun impl_subgoal_tac th =
SUBGOAL_THEN
hyp_to_prove
(
fn
thm
=>
assume_tac
(
MP
th
thm
))
end
val
daisy_eval_tac
:
tactic
=
let
val
_
=
computeLib
.
del_funs
[
sptreeTheory
.
subspt_def
]
val
_
=
computeLib
.
add_funs
[
realTheory
.
REAL_INV_1OVER
,
sptreeTheory
.
subspt_eq
]
in
EVAL_TAC
end
;
end
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