https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 47eae0fced6c6a52facb122434c9e0e64649e0ad authored by Pierre Boutry on 22 March 2023, 17:01:57 UTC
remove trailing whitespaces
Tip revision: 47eae0f
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