Skip to content
Snippets Groups Projects
Commit 6835c1ae authored by Thomas Wood's avatar Thomas Wood
Browse files

Restore === and stuck to stdlib_ml

parent 55a8eaa4
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
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