https://github.com/EasyCrypt/easycrypt
Revision 31ce231ee4f12f58236e21ce943bae97cad0062a authored by François Dupressoir on 06 November 2019, 20:46:14 UTC, committed by Pierre-Yves Strub on 17 November 2021, 07:51:50 UTC
these are focused on a specific proof and deserve expanding, fleshing out and cleaning up
1 parent 229ac7a
Raw File
Tip revision: 31ce231ee4f12f58236e21ce943bae97cad0062a authored by François Dupressoir on 06 November 2019, 20:46:14 UTC
[SmtMap] add has, find and some lemmas
Tip revision: 31ce231
.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