diff options
Diffstat (limited to 'plugins/romega')
| -rw-r--r-- | plugins/romega/g_romega.ml4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/romega/g_romega.ml4 b/plugins/romega/g_romega.ml4 index a68196e8cd..055546c8b1 100644 --- a/plugins/romega/g_romega.ml4 +++ b/plugins/romega/g_romega.ml4 @@ -19,7 +19,7 @@ let romega_tactic l = | "N" -> Tacinterp.interp <:tactic<zify_N>> | "Z" -> Tacinterp.interp <:tactic<zify_op>> | s -> Errors.error ("No ROmega knowledge base for type "^s)) - (Util.List.uniquize (List.sort compare l)) + (Util.List.sort_uniquize String.compare l) in tclTHEN (tclREPEAT (tclPROGRESS (tclTHENLIST tacs))) |
