https://github.com/EasyCrypt/easycrypt
Revision f278e3c30d8308b64b2c9c6db52562f03e6803d8 authored by François Dupressoir on 14 December 2021, 12:22:51 UTC, committed by Pierre-Yves Strub on 18 February 2022, 22:51:52 UTC
1 parent 70662a7
Raw File
Tip revision: f278e3c30d8308b64b2c9c6db52562f03e6803d8 authored by François Dupressoir on 14 December 2021, 12:22:51 UTC
Lemma stating equality of word and list distributions
Tip revision: f278e3c
.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