https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: ad13f303891362cc4ea345dea1b57dc70f3bac62 authored by Christian Doczkal on 21 February 2023, 16:17:11 UTC
[theories]: add various individual lemmas
Tip revision: ad13f30
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