123456789101112131415161718192021(**************************************************************************)(* *)(* OCaml *)(* *)(* Kate Deplaix *)(* *)(* Copyright 2025 Kate Deplaix *)(* *)(* All rights reserved. This file is distributed under the terms of *)(* the GNU Lesser General Public License version 2.1, with the *)(* special exception on linking described in the file LICENSE. *)(* *)(**************************************************************************)externalphys_equal:'a->'a->bool="%eq"externalequal:'a->'a->bool="%equal"externalcompare:'a->'a->int="%compare"letmin=Stdlib.minletmax=Stdlib.max