https://github.com/EasyCrypt/easycrypt
Revision 639a76e0920009d7c4c15483a3eb440287a5a4cc authored by Pierre-Yves Strub on 09 April 2021, 20:10:53 UTC, committed by Pierre-Yves Strub on 09 April 2021, 20:10:53 UTC
1 parent 8e6dd9a
Raw File
Tip revision: 639a76e0920009d7c4c15483a3eb440287a5a4cc authored by Pierre-Yves Strub on 09 April 2021, 20:10:53 UTC
StdLib: lead coeff. and degree of X^n+1
Tip revision: 639a76e
.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