https://github.com/EasyCrypt/easycrypt
Revision b66eb5c41b60bdf98a9c64ae13904b75a8dd21e0 authored by Pierre-Yves Strub on 14 May 2022, 21:38:13 UTC, committed by Pierre-Yves Strub on 14 May 2022, 21:58:45 UTC
Notation is "f.[x <- v]" for the function that is equal to "f"
but at value "x" where it returns "v".
1 parent b6f7335
Raw File
Tip revision: b66eb5c41b60bdf98a9c64ae13904b75a8dd21e0 authored by Pierre-Yves Strub on 14 May 2022, 21:38:13 UTC
[stdlib]: new operator for updating a function at one point.
Tip revision: b66eb5c
.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