https://github.com/EasyCrypt/easycrypt
Revision 55cc1ec6720fa45ff3626c9e0cd80278afe7ceb3 authored by Benjamin Gregoire on 28 July 2017, 06:03:58 UTC, committed by Benjamin Gregoire on 28 July 2017, 09:58:12 UTC
case the tuple as type "glob M"
1 parent 00cc7d0
Raw File
Tip revision: 55cc1ec6720fa45ff3626c9e0cd80278afe7ceb3 authored by Benjamin Gregoire on 28 July 2017, 06:03:58 UTC
fix bug in typing of projection on tuple.
Tip revision: 55cc1ec
.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