Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
120
Issues
120
List
Boards
Labels
Service Desk
Milestones
Merge Requests
17
Merge Requests
17
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
7b5edc85
Commit
7b5edc85
authored
Jun 06, 2018
by
MARCHE Claude
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix issue
#130
parent
537d86b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
drivers/ocaml64.drv
drivers/ocaml64.drv
+2
-2
stdlib/io.mlw
stdlib/io.mlw
+1
-2
No files found.
drivers/ocaml64.drv
View file @
7b5edc85
...
...
@@ -329,8 +329,8 @@ end
module io.StdIO
syntax val print_char "Pervasives.print_char %1"
syntax val print_int "Pervasives.print_
int (Z.to_int
%1)"
syntax val print_newline "Pervasives.print_newline"
syntax val print_int "Pervasives.print_
string (Z.to_string
%1)"
syntax val print_newline "Pervasives.print_newline
%1
"
end
module random.Random
...
...
stdlib/io.mlw
View file @
7b5edc85
...
...
@@ -26,6 +26,7 @@ module StdIO
(*i prints a string on standard output. *)
val print_int (n: int) : unit
writes { cur_pos, current_line }
(** prints an integer, in decimal, on standard output. *)
(*i val print_real (r:real) : unit *)
...
...
@@ -44,5 +45,3 @@ module StdIO
ensures { !flushed = Cons (Reverse.reverse (old !current_line)) (old !flushed) }
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