https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 3176e7703e9021d3f358393d14cf2495ddb4900a authored by François Dupressoir on 21 March 2022, 16:15:38 UTC
force delta on convertibility checks
Tip revision: 3176e77
FelTactic.ec
(* --------------------------------------------------------------------
 * Copyright (c) - 2012--2016 - IMDEA Software Institute
 * Copyright (c) - 2012--2021 - Inria
 * Copyright (c) - 2012--2021 - Ecole Polytechnique
 *
 * Distributed under the terms of the CeCILL-B-V1 license
 * -------------------------------------------------------------------- *)

(* -------------------------------------------------------------------- *)
require import FSet StdBigop.
(*---*) import Bigreal.
back to top