https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: e95277e866c97766cd9b3fe9179e8249b5bfb44b authored by Pierre-Yves Strub on 05 September 2023, 13:35:12 UTC
multivariate polynomials type
Tip revision: e95277e
.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