https://github.com/EasyCrypt/easycrypt
Revision a9666b1169211145c65a107756d6c706b007b7d8 authored by Pierre-Yves Strub on 06 July 2019, 22:07:08 UTC, committed by Pierre-Yves Strub on 06 July 2019, 22:07:21 UTC
1 parent af25c22
Raw File
Tip revision: a9666b1169211145c65a107756d6c706b007b7d8 authored by Pierre-Yves Strub on 06 July 2019, 22:07:08 UTC
user error message for FXE_CtorInvalidArity
Tip revision: a9666b1
.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