mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-11 08:37:35 +03:00
parent
42e89b11ae
commit
62dfa1d58f
@ -58,7 +58,7 @@ library
|
||||
pretty >= 1.1,
|
||||
process >= 1.2,
|
||||
random >= 1.0.1,
|
||||
sbv >= 7.0,
|
||||
sbv >= 7.7,
|
||||
simple-smt >= 0.7.1,
|
||||
strict,
|
||||
text >= 1.1,
|
||||
@ -262,5 +262,5 @@ benchmark cryptol-bench
|
||||
, deepseq
|
||||
, directory
|
||||
, filepath
|
||||
, sbv >= 7.0
|
||||
, sbv >= 7.7
|
||||
, text
|
||||
|
3
tests/issues/issue486.icry
Normal file
3
tests/issues/issue486.icry
Normal file
@ -0,0 +1,3 @@
|
||||
:prove \(x:Integer) -> x ^^ integer`{0} == integer`{1}
|
||||
:prove \(x:Integer) -> x ^^ integer`{1} == x
|
||||
:prove \(x:Integer) -> x ^^ integer`{5} == x * x * x * x * x
|
4
tests/issues/issue486.icry.stdout
Normal file
4
tests/issues/issue486.icry.stdout
Normal file
@ -0,0 +1,4 @@
|
||||
Loading module Cryptol
|
||||
Q.E.D.
|
||||
Q.E.D.
|
||||
Q.E.D.
|
Loading…
Reference in New Issue
Block a user