https://github.com/EasyCrypt/easycrypt
Revision f6e775f0cc349c1f277a25600ce6a49956442114 authored by Alley Stoughton on 22 May 2020, 22:12:19 UTC, committed by Alley Stoughton on 26 May 2020, 12:18:55 UTC
with plain, axiomatized (including : {t | phi} as ax) and cases operators.
When cloning, [op nosmt x = ...] is allowed, but nosmt can't be used
with inlining mode.
1 parent 286df20
Raw File
Tip revision: f6e775f0cc349c1f277a25600ce6a49956442114 authored by Alley Stoughton on 22 May 2020, 22:12:19 UTC
Allows nosmt with all operators other than pure, abstract ones - i.e.,
Tip revision: f6e775f
.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