https://github.com/EasyCrypt/easycrypt
Revision 43ac3f315d45872653d23afcd4268e14351dd663 authored by Benjamin Gregoire on 22 July 2019, 16:54:24 UTC, committed by Benjamin Gregoire on 22 July 2019, 16:54:24 UTC
1 parent a9666b1
Raw File
Tip revision: 43ac3f315d45872653d23afcd4268e14351dd663 authored by Benjamin Gregoire on 22 July 2019, 16:54:24 UTC
Fix bug in subst of type definition (parameters were not substituted)
Tip revision: 43ac3f3
.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