EasyCrypt / easycrypt

EasyCrypt: Computer-Aided Cryptographic Proofs
MIT License
306 stars 46 forks source link

Anomaly in the pretty-printer #570

Closed strub closed 2 months ago

strub commented 2 months ago

Can be reproduced with:

theory T.
  abstract theory U.
    op foo : bool.
  end U.

  clone U as U64.
end T.

print T.U.