https://github.com/EasyCrypt/easycrypt
Revision da0b25a01838aa19a8f1a643825b7f06e9547cad authored by Francois Dupressoir on 10 October 2019, 07:49:06 UTC, committed by Pierre-Yves Strub on 10 October 2019, 07:49:06 UTC
1 parent 408d1b0
Raw File
Tip revision: da0b25a01838aa19a8f1a643825b7f06e9547cad authored by Francois Dupressoir on 10 October 2019, 07:49:06 UTC
Some extra lemmas on nseq (#26)
Tip revision: da0b25a
.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