Revision e770f0f13cdde69035f74569f9fd7a370abd934d authored by Pierre-Yves Strub on 09 November 2021, 15:36:49 UTC, committed by Pierre-Yves Strub on 09 November 2021, 15:36:49 UTC
the section mechanism has been refactored s.t. it provides
a more uniform interface where any kind of declaration
can be marked as local / declared and erased / generalized
when the section is closed.

Co-authored-by: Benjamin Grégoire <benjamin.gregoire@inria.fr>
Co-authored-by: Pierre-Yves Strub <pierre-yves@strub.nu>
1 parent b0e609d
Raw File
COPYRIGHT
EasyCrypt (excluding the EasyCrypt standard library):
  Copyright (c) - 2012-2016 - IMDEA Software Institute
  Copyright (c) - 2012-2018 - Inria
  Copyright (c) - 2012-2018 - X
  Distributed under the terms of the CeCILL-C license

  http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.txt

EasyCrypt standard library (theories/**/*.ec):
  Copyright (c) - 2012-2016 - IMDEA Software Institute
  Copyright (c) - 2012-2018 - Inria
  Copyright (c) - 2012-2018 - X
  Distributed under the terms of the CeCILL-B licence.

  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt
back to top