https://github.com/EasyCrypt/easycrypt
Revision e9598beab915c8a5c587ffae3e8f807aa601136e authored by Asif Mallik on 10 October 2019, 06:50:06 UTC, committed by Pierre-Yves Strub on 10 October 2019, 06:50:06 UTC
1 parent 8eb2491
Raw File
Tip revision: e9598beab915c8a5c587ffae3e8f807aa601136e authored by Asif Mallik on 10 October 2019, 06:50:06 UTC
Add lemmas to filter noncontributing list items in bigops (#29)
Tip revision: e9598be
.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