aboutsummaryrefslogtreecommitdiff
path: root/lib/flags.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/flags.ml')
-rw-r--r--lib/flags.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/flags.ml b/lib/flags.ml
index 4ec3787931..ffb324d535 100644
--- a/lib/flags.ml
+++ b/lib/flags.ml
@@ -104,7 +104,7 @@ let print_hyps_limit () = !print_hyps_limit
module StringOrd =
struct
type t = string
- let compare (x : t) (y : t) = String.compare x y
+ let compare = String.compare
end
module Stringset = Set.Make(StringOrd)