mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-28 01:13:34 +03:00
4 lines
121 B
Plaintext
4 lines
121 B
Plaintext
:prove \(x:Integer) -> x ^^ 0 == 1
|
|
:prove \(x:Integer) -> x ^^ 1 == x
|
|
:prove \(x:Integer) -> x ^^ 5 == x * x * x * x * x
|