swh:1:snp:0e3a7a90b5b85feca1ee6285ebc0301d2b85deae
Raw File
Tip revision: ab2599f60819d119abc0a6cdb043e5742260797d authored by Antoine Séré on 04 October 2022, 15:56:46 UTC
Issue after merge in compilation, ppx_deriving added to nix
Tip revision: ab2599f
ecWhy3Conv.mli
(* -------------------------------------------------------------------- *)
open Why3

module Talpha : sig
  type t = Term.vsymbol list * Term.term

  val compare : t -> t -> int
end

module Mta : EcMaps.Map.S with type   key = Talpha.t
module Sta : EcMaps.Set.S with type M.key = Talpha.t
back to top