swh:1:snp:c3d73d28c91356fca26fea391889fee4d070c980
Raw File
Tip revision: 9e0bf0f28c1aebffdd06c93dcd29380d1a1346ea authored by Benjamin Gregoire on 05 July 2021, 10:31:04 UTC
start implementation of expected hoare logic
Tip revision: 9e0bf0f
ecVersion.mli
(* --------------------------------------------------------------------
 * Copyright (c) - 2012--2016 - IMDEA Software Institute
 * Copyright (c) - 2012--2018 - Inria
 * Copyright (c) - 2012--2018 - Ecole Polytechnique
 *
 * Distributed under the terms of the CeCILL-C-V1 license
 * -------------------------------------------------------------------- *)

(* -------------------------------------------------------------------- *)
val copyright : string list
val url       : string
val hash      : string
val app       : string

module License : sig
  val engine : string
  val stdlib : string
end
back to top