https://github.com/EasyCrypt/easycrypt
Revision b93b1f80358aa3b56caca1ec0c562006636aea52 authored by Benjamin Gregoire on 06 February 2018, 15:04:56 UTC, committed by Benjamin Gregoire on 06 February 2018, 15:04:56 UTC
1 parent edc1072
Raw File
Tip revision: b93b1f80358aa3b56caca1ec0c562006636aea52 authored by Benjamin Gregoire on 06 February 2018, 15:04:56 UTC
small progress
Tip revision: b93b1f8
ecWhy3Conv.mli
(* --------------------------------------------------------------------
 * Copyright (c) - 2012--2016 - IMDEA Software Institute
 * Copyright (c) - 2012--2017 - Inria
 *
 * Distributed under the terms of the CeCILL-C-V1 license
 * -------------------------------------------------------------------- *)

(* -------------------------------------------------------------------- *)
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