https://github.com/EasyCrypt/easycrypt
Revision 8eb24919b716932bcafb931f4592b32388c52d47 authored by nitrogl on 09 October 2019, 19:14:57 UTC, committed by Pierre-Yves Strub on 09 October 2019, 19:14:57 UTC
* Critical bugfix on dot-product
* CauchySchwarz is now an abstract theory
1 parent c8257d3
Raw File
Tip revision: 8eb24919b716932bcafb931f4592b32388c52d47 authored by nitrogl on 09 October 2019, 19:14:57 UTC
Critical bugfix on dot-product (#34)
Tip revision: 8eb2491
.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