https://github.com/EasyCrypt/easycrypt
Revision cd974a77f59ee803c453d808feb78c05cf2c229e authored by Pierre-Yves Strub on 23 January 2023, 10:23:53 UTC, committed by Pierre-Yves Strub on 23 January 2023, 10:23:53 UTC
1 parent ba37062
Tip revision: cd974a77f59ee803c453d808feb78c05cf2c229e authored by Pierre-Yves Strub on 23 January 2023, 10:23:53 UTC
[theories]: ring with generic (choice based) inverse
[theories]: ring with generic (choice based) inverse
Tip revision: cd974a7
.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)))

Computing file changes ...