Revision 1b9269a0fcb1147c4dc6eb9f31bd4a02290ba783 authored by Pierre-Yves Strub on 21 May 2018, 20:36:27 UTC, committed by Pierre-Yves Strub on 21 May 2018, 20:36:27 UTC
Simplifies *HL post-condition from the pre using
a crush-like simplication.

Co-authored-by: Benjamin Grégoire <benjamin.gregoire@inria.fr>
1 parent 165ee99
Raw File
.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