https://github.com/EasyCrypt/easycrypt
Revision 03a3fe8fd49ded2290ee0dab0c016728642a5fcf authored by Pierre-Yves Strub on 18 February 2022, 22:18:29 UTC, committed by Pierre-Yves Strub on 18 February 2022, 22:18:29 UTC
1 parent 39b2562
Raw File
Tip revision: 03a3fe8fd49ded2290ee0dab0c016728642a5fcf authored by Pierre-Yves Strub on 18 February 2022, 22:18:29 UTC
Fails gracefully when applying a tactic on a completed proof.
Tip revision: 03a3fe8
.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