https://github.com/EasyCrypt/easycrypt
Revision 4b2cc9ec911d9b1e09b5234f85d515b435336cce authored by Pierre-Yves Strub on 19 March 2017, 10:53:01 UTC, committed by Pierre-Yves Strub on 19 March 2017, 10:53:01 UTC
1 parent 91de244
Raw File
Tip revision: 4b2cc9ec911d9b1e09b5234f85d515b435336cce authored by Pierre-Yves Strub on 19 March 2017, 10:53:01 UTC
[list]: basic facts on `count` (count_pred0_eq, count_pred_eq)
Tip revision: 4b2cc9e
.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