https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 863066bded664a5e2aba7f89c4fb7bc2afd0e28d authored by Pierre-Yves Strub on 23 September 2015, 08:28:02 UTC
Ring axioms of the `ring`/`field` tactics agree with the ones of `Ring.ec`
Tip revision: 863066b
0012-clone-with-type-op.ec
theory T.
  type t.
  op default:t.
end T.

clone T as U with
  type t = int,
  op default = 0.
back to top