https://github.com/EasyCrypt/easycrypt
Revision add72dcda46a49843364b637c192e4b62910f1df authored by Pierre-Yves Strub on 14 November 2019, 10:15:31 UTC, committed by Pierre-Yves Strub on 14 November 2019, 10:15:31 UTC
[closes #17403]

commit 55d4c60f675f8baf509682dd12e817377ba682e9
Author: Pierre-Yves Strub <pierre-yves@strub.nu>
Date:   Thu Nov 14 10:30:54 2019 +0100

    Regeneralization of unspecified arguments in applicative views
1 parent e58c36a
Raw File
Tip revision: add72dcda46a49843364b637c192e4b62910f1df authored by Pierre-Yves Strub on 14 November 2019, 10:15:31 UTC
Squashed commit of the following:
Tip revision: add72dc
.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