https://github.com/EasyCrypt/easycrypt
Revision cfa069587772cec4e3cecc37447d1b2868257640 authored by Pierre-Yves Strub on 12 October 2017, 11:24:33 UTC, committed by Pierre-Yves Strub on 12 October 2017, 11:24:33 UTC
1 parent 56964f5
Raw File
Tip revision: cfa069587772cec4e3cecc37447d1b2868257640 authored by Pierre-Yves Strub on 12 October 2017, 11:24:33 UTC
Few facts on <= and exp
Tip revision: cfa0695
.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