Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jsexplain
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Verified Software
jsexplain
Commits
6835c1ae
Commit
6835c1ae
authored
9 years ago
by
Thomas Wood
Browse files
Options
Downloads
Patches
Plain Diff
Restore === and stuck to stdlib_ml
parent
55a8eaa4
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
generator/stdlib_ml/stdlib.mli
+3
-0
3 additions, 0 deletions
generator/stdlib_ml/stdlib.mli
with
3 additions
and
0 deletions
generator/stdlib_ml/stdlib.mli
+
3
−
0
View file @
6835c1ae
...
@@ -43,12 +43,15 @@ val int_of_float : float -> int
...
@@ -43,12 +43,15 @@ val int_of_float : float -> int
val
string_of_float
:
float
->
string
val
string_of_float
:
float
->
string
val
string_of_int
:
int
->
string
val
string_of_int
:
int
->
string
val
(
===
)
:
'
a
->
'
a
->
bool
val
(
<
)
:
'
a
->
'
a
->
bool
val
(
<
)
:
'
a
->
'
a
->
bool
val
(
>
)
:
'
a
->
'
a
->
bool
val
(
>
)
:
'
a
->
'
a
->
bool
val
(
<=
)
:
'
a
->
'
a
->
bool
val
(
<=
)
:
'
a
->
'
a
->
bool
val
(
>=
)
:
'
a
->
'
a
->
bool
val
(
>=
)
:
'
a
->
'
a
->
bool
val
compare
:
'
a
->
'
a
->
int
val
compare
:
'
a
->
'
a
->
int
val
stuck
:
string
->
'
a
(* Structural equality, need to be careful with implementation *)
(* Structural equality, need to be careful with implementation *)
val
(
=
)
:
'
a
->
'
a
->
bool
val
(
=
)
:
'
a
->
'
a
->
bool
...
...
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