https://github.com/EasyCrypt/easycrypt
Revision e0e995fa6c88a523c2b5727b21ba35873467df12 authored by Pierre-Yves Strub on 24 February 2021, 23:34:31 UTC, committed by Pierre-Yves Strub on 24 February 2021, 23:34:31 UTC
1 parent f4debca
Raw File
Tip revision: e0e995fa6c88a523c2b5727b21ba35873467df12 authored by Pierre-Yves Strub on 24 February 2021, 23:34:31 UTC
stdlib: eager biased sampling
Tip revision: e0e995f
.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