https://github.com/EasyCrypt/easycrypt
Revision 6199997740fd40d9ff53428d5098d76ff14252ea authored by Morten Solberg on 01 March 2022, 09:53:41 UTC, committed by Pierre-Yves Strub on 03 March 2022, 09:50:19 UTC
Generalize the `LorR` theory to make it possible to give some input to
`L.main` and `R.main`. Using the theory for procedures without input is
still possible by cloning the theory with type `input <- unit`.
1 parent b06e700
Raw File
Tip revision: 6199997740fd40d9ff53428d5098d76ff14252ea authored by Morten Solberg on 01 March 2022, 09:53:41 UTC
Generalize `LorR` theory
Tip revision: 6199997
COPYRIGHT
EasyCrypt (excluding the EasyCrypt standard library):
  Copyright (c) - 2012-2016 - IMDEA Software Institute
  Copyright (c) - 2012-2021 - Inria
  Copyright (c) - 2012-2021 - 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-2021 - Inria
  Copyright (c) - 2012-2021 - X
  Distributed under the terms of the CeCILL-B licence.

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