https://github.com/EasyCrypt/easycrypt
Revision 009c962761391914e728bb93d37968ffeca528ec authored by Pierre-Yves Strub on 08 December 2015, 09:39:34 UTC, committed by Pierre-Yves Strub on 08 December 2015, 10:10:02 UTC
The syntax is `move=> ^`. This i-p duplicates the top-assumption,
pushing the duplicate as the new top-assumption. This strictly
generalizes the `move=> ^h` syntax.
1 parent 3fd09bb
Raw File
Tip revision: 009c962761391914e728bb93d37968ffeca528ec authored by Pierre-Yves Strub on 08 December 2015, 09:39:34 UTC
Top-level assumption duplication does not require a name anymore.
Tip revision: 009c962
.gitignore
*~
_build
*.native
*.byte
*.exe
*.pyc
*.pyo
.vagrant
/local
/why3
/_tools
/proofgeneral/_local
setup.data
setup.log
/attic
/attic.ec*
/theories/attic

/system/*.o
/system/callprover
/system/callprover.exe

*.aux
*.bbl
*.blg
*.brf
*.fdb_latexmk
*.fls
*.idx
*.ilg
*.ind
*.log
*.out
*.toc
*.synctex.gz
*.kilepr

/doc/refman/easycrypt.pdf
/doc/userman/easycrypt.pdf

/extraction/Makefile
/extraction/setup.*
/extraction/configure
/extraction/_build/

/sandbox
/attic

/*.ec
back to top