Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
573b19d5
Commit
573b19d5
authored
Apr 02, 2014
by
Jean-Christophe Filliâtre
Browse files
defunctionalization example: fixed OCaml extraction
parent
816667fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
examples/defunctionalization/.gitignore
0 → 100644
View file @
573b19d5
*.ml
examples/defunctionalization/Makefile
View file @
573b19d5
...
...
@@ -32,7 +32,7 @@ $(MAIN).opt: $(CMX) $(MAIN).cmx
$(MAIN).cmx
:
$(CMX)
$(ML)
:
../defunctionalization.mlw
why3
-E
ocaml ../defunctionalization.mlw
-o
.
why3
-E
ocaml
64
../defunctionalization.mlw
-o
.
%.cmx
:
%.ml
$(OCAMLOPT)
$(WHY3)
-annot
-c
$<
...
...
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