File: sort.mli

package info (click to toggle)
ocaml-stdcompat 14-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,152 kB
  • sloc: ml: 22,329; makefile: 211; sh: 120
file content (6 lines) | stat: -rw-r--r-- 474 bytes parent folder | download | duplicates (24)
1
2
3
4
5
6
val list : ('a -> 'a -> bool) -> 'a list -> 'a list[@@ocaml.deprecated
                                                     "Use List.sort instead."]
val array : ('a -> 'a -> bool) -> 'a array -> unit[@@ocaml.deprecated
                                                    "Use Array.sort instead."]
val merge : ('a -> 'a -> bool) -> 'a list -> 'a list -> 'a list[@@ocaml.deprecated
                                                                 "Use List.merge instead."]