https://github.com/EasyCrypt/easycrypt
Revision c57f05ea030a82ebf6e3ecd8a59e7ab2fd71f847 authored by François Dupressoir on 25 March 2021, 16:47:12 UTC, committed by François Dupressoir on 25 March 2021, 17:04:40 UTC
1 parent 98608e4
Raw File
Tip revision: c57f05ea030a82ebf6e3ecd8a59e7ab2fd71f847 authored by François Dupressoir on 25 March 2021, 16:47:12 UTC
Proper goal for conseq equiv hoare => hoare.
Tip revision: c57f05e
.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