Skip to content
Snippets Groups Projects
Commit 61b0ecd4 authored by Alan Schmitt's avatar Alan Schmitt
Browse files

===

parent 83fc63b2
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,8 @@ val int_of_float : float -> int ...@@ -43,7 +43,8 @@ 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*) (* We use this to compare types that are not known by stdlib, like Native_error *)
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment