https://github.com/EasyCrypt/easycrypt
Revision 1a754adb0e483786f2bc0b5b60abb5f604e431b1 authored by Pierre-Yves Strub on 29 March 2022, 08:23:24 UTC, committed by Pierre-Yves Strub on 29 March 2022, 09:05:09 UTC
1 parent 7a93224
Raw File
Tip revision: 1a754adb0e483786f2bc0b5b60abb5f604e431b1 authored by Pierre-Yves Strub on 29 March 2022, 08:23:24 UTC
[tactic]: in `apply... in...`, check that all variables are instantiated
Tip revision: 1a754ad
.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