https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 645a3973e1aca222fd14b73ce4c97b519330be71 authored by François Dupressoir on 18 December 2019, 14:29:51 UTC
tighter Birhtday bound + coarse lemmas
Tip revision: 645a397
.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