https://github.com/EasyCrypt/easycrypt
Revision a27bd4836573618d03dce9f1627d2f41891ab644 authored by Francois Dupressoir on 24 April 2018, 06:25:41 UTC, committed by Pierre-Yves Strub on 24 April 2018, 06:25:41 UTC
1 parent 9ae0786
Raw File
Tip revision: a27bd4836573618d03dce9f1627d2f41891ab644 authored by Francois Dupressoir on 24 April 2018, 06:25:41 UTC
Extending SmtMap with new facts (eq_except, map) + adapting lib/examples
Tip revision: a27bd48
.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