https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: c22ac631548c8ca619c858a2eb151b5bca14d6f5 authored by Benjamin Gregoire on 10 February 2020, 09:30:24 UTC
more lemmas on div
Tip revision: c22ac63
.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