https://github.com/EasyCrypt/easycrypt
Revision ae4fe9243635b8ec6bdabc4c44aa0f26a16b52a1 authored by Pierre-Yves Strub on 05 April 2022, 10:25:31 UTC, committed by Pierre-Yves Strub on 05 April 2022, 10:59:53 UTC
1 parent d5941d0
Raw File
Tip revision: ae4fe9243635b8ec6bdabc4c44aa0f26a16b52a1 authored by Pierre-Yves Strub on 05 April 2022, 10:25:31 UTC
[reduction]: use symmetric "and" when reducing tuples equality
Tip revision: ae4fe92
.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