https://github.com/EasyCrypt/easycrypt
Revision 83e39fdb9219d597813672d32c3be1b84c4d0bf8 authored by Pierre-Yves Strub on 07 April 2021, 14:44:27 UTC, committed by Pierre-Yves Strub on 07 April 2021, 14:44:27 UTC
1 parent 6ce66c7
Raw File
Tip revision: 83e39fdb9219d597813672d32c3be1b84c4d0bf8 authored by Pierre-Yves Strub on 07 April 2021, 14:44:27 UTC
Prove that polynomials form an integral domain
Tip revision: 83e39fd
.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