Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
why3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Why3
why3
Commits
26b2b97c
Commit
26b2b97c
authored
7 years ago
by
Mario Pereira
Browse files
Options
Downloads
Patches
Plain Diff
OCaml64: added constant one from mach.peano.Peano
parent
bea2bd78
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
drivers/ocaml64.drv
+1
-0
1 addition, 0 deletions
drivers/ocaml64.drv
with
1 addition
and
0 deletions
drivers/ocaml64.drv
+
1
−
0
View file @
26b2b97c
...
@@ -254,6 +254,7 @@ module mach.peano.Peano
...
@@ -254,6 +254,7 @@ module mach.peano.Peano
syntax val to_int "Z.of_int %1"
syntax val to_int "Z.of_int %1"
syntax val of_int "Z.to_int %1"
syntax val of_int "Z.to_int %1"
syntax val zero "0"
syntax val zero "0"
syntax val one "1"
syntax val succ "%1 + 1"
syntax val succ "%1 + 1"
syntax val pred "%1 - 1"
syntax val pred "%1 - 1"
syntax val lt "%1 < %2"
syntax val lt "%1 < %2"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment