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

Stdlib: FIXME: === not equivalent to =

parent 19c79da8
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,7 @@ let min = Pervasives.min;;
let max = Pervasives.max;;
*)
(* FIXME: THIS IS INCORRECT FOR FLOATS *)
let ( === ) = Pervasives.( = );;
(*
......
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