https://github.com/EasyCrypt/easycrypt
Revision d30050daf95b634c424b7632c2bf0628ce86561c authored by Pierre-Yves Strub on 25 April 2018, 09:05:52 UTC, committed by Pierre-Yves Strub on 25 April 2018, 09:05:52 UTC
1 parent 1845635
Raw File
Tip revision: d30050daf95b634c424b7632c2bf0628ce86561c authored by Pierre-Yves Strub on 25 April 2018, 09:05:52 UTC
Induction principle for fmap
Tip revision: d30050d
.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