https://github.com/EasyCrypt/easycrypt
Revision 1fb57b63dbe244da2ff12f5fa8d68e930267b0c0 authored by Pierre-Yves Strub on 25 March 2019, 08:07:17 UTC, committed by Pierre-Yves Strub on 25 March 2019, 08:07:17 UTC
1 parent 4387903
Raw File
Tip revision: 1fb57b63dbe244da2ff12f5fa8d68e930267b0c0 authored by Pierre-Yves Strub on 25 March 2019, 08:07:17 UTC
fix reduction of fixpoints with extra arguments
Tip revision: 1fb57b6
.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