12345678910111213141516171819202122232425262728293031323334(******************************************************************************)(* *)(* Fix *)(* *)(* François Pottier, Inria Paris *)(* *)(* Copyright Inria. All rights reserved. This file is distributed under the *)(* terms of the GNU Library General Public License version 2, with a *)(* special exception on linking, as described in the file LICENSE. *)(* *)(******************************************************************************)moduleSet(X:sigtypetvalempty:tvalequal:t->t->boolend)=structtypeproperty=X.t(* a set *)letbottom=X.emptyletequal=X.equalletis_maximal_s=false(* We do not know what the full set is. We could take it as
a functor argument, but the comparison would be costly
anyway, so that seems pointless. *)end