https://github.com/EasyCrypt/easycrypt
Revision 0b59cac4113d6f6d16acdb679d82d5647a9e1bc2 authored by Pierre-Yves Strub on 18 December 2018, 14:34:23 UTC, committed by Pierre-Yves Strub on 18 December 2018, 14:35:55 UTC
1 parent 88a87da
Raw File
Tip revision: 0b59cac4113d6f6d16acdb679d82d5647a9e1bc2 authored by Pierre-Yves Strub on 18 December 2018, 14:34:23 UTC
fix bug in LDecl where the type of the operator was not correct.
Tip revision: 0b59cac
.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