mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-13 20:13:56 +03:00
8 lines
202 B
Plaintext
8 lines
202 B
Plaintext
:l superclass.cry
|
|
|
|
:t (fromInteger 42 + zero)
|
|
:t (trunc (recip (fromInteger 5)))
|
|
:t (\x -> x < fromInteger (floor (recip x)))
|
|
:t (\x -> x == zero /. x)
|
|
:t (zero == ~zero)
|
|
:t (\x -> toInteger (x + zero)) |