https://github.com/EasyCrypt/easycrypt
Revision 20646173f2ec66a6e090e92488d89629f7679c1a authored by Pierre-Yves Strub on 10 June 2020, 07:28:45 UTC, committed by Pierre-Yves Strub on 10 June 2020, 07:28:49 UTC
1 parent 763732a
Raw File
Tip revision: 20646173f2ec66a6e090e92488d89629f7679c1a authored by Pierre-Yves Strub on 10 June 2020, 07:28:45 UTC
"search" now works with notations
Tip revision: 2064617
ecBigInt.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
 * -------------------------------------------------------------------- *)

include EcBigIntCore.TheInterface
back to top