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
AVA
FloVer
Commits
67de6c46
Commit
67de6c46
authored
Apr 17, 2018
by
Heiko Becker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CakeML to the latest compiling state
parent
2611a9f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
hol4/Infra/FloverTactics.sml
hol4/Infra/FloverTactics.sml
+2
-4
hol4/cakeml
hol4/cakeml
+1
-1
No files found.
hol4/Infra/FloverTactics.sml
View file @
67de6c46
...
...
@@ -165,11 +165,9 @@ fun add_unevaluated_function (t:term) :unit =
let
val
add_t
=
"val _ = FloverTactics.eval_funs :=``"
^
term_to_string
t
^
"`` :: (!FloverTactics.eval_funs);"
val
_
=
adjoin_to_theory
{
sig_ps
=
SOME
(
fn
ppstrm
=>
()),
{
sig_ps
=
NONE
,
struct_ps
=
SOME
(
fn
ppstrm
=>
PP
.
add_string
ppstrm
add_t
)};
SOME
(
fn
_
=>
PP
.
add_string
add_t
)};
in
eval_funs
:=
t
::
(
!eval_funs
)
end
;
...
...
cakeml
@
ffce1e98
Compare
120c3f18
...
ffce1e98
Subproject commit
120c3f18b89f91ef6697c1f29d2025cbe2369b9a
Subproject commit
ffce1e98edd43af5f177e1c1cdb612e8c4ac7f29
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