https://github.com/EasyCrypt/easycrypt
Revision 6965ea6c74dc9c5674d7548c80d01b7eaf6b56fa authored by Pierre-Yves Strub on 10 June 2020, 07:46:26 UTC, committed by Pierre-Yves Strub on 10 June 2020, 07:46:26 UTC
1 parent 2064617
Raw File
Tip revision: 6965ea6c74dc9c5674d7548c80d01b7eaf6b56fa authored by Pierre-Yves Strub on 10 June 2020, 07:46:26 UTC
binomial law + basic lemmas (full / support)
Tip revision: 6965ea6
.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