https://github.com/EasyCrypt/easycrypt
Revision 5e7284a30b654b3261728006955d51a494bf99cd authored by Adrien Koutsos on 24 August 2023, 11:32:10 UTC, committed by Adrien Koutsos on 24 August 2023, 11:32:10 UTC
disable some checks in EcEnv.Agent, as it is unused for now
minor fix in EcLowGoal sub-hyp check
printing of agent names in sequents
cost simplification + somes tests
1 parent dd9ed5b
Raw File
Tip revision: 5e7284a30b654b3261728006955d51a494bf99cd authored by Adrien Koutsos on 24 August 2023, 11:32:10 UTC
[cost v2] various small changes
Tip revision: 5e7284a
.dir-locals.el
((tuareg-mode .
   ((require-final-newline . t)
    (c-basic-offset . 2)
    (tab-width . 2)
    (indent-tabs-mode . nil)
    (eval . (add-hook 'write-contents-functions 'delete-trailing-whitespace)))))
 (easycrypt-mode .
   ((require-final-newline . t)
    (indent-tabs-mode . nil)))
back to top