Add test case for issue #334. This issue is fixed by the evaluator rewrite.

Fixes #334
This commit is contained in:
Robert Dockins 2016-07-13 14:36:26 -07:00
parent 93a1628d53
commit 869670b2af
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
let foo (x:[8]) = xs where xs = [x, xs@0]
:prove foo 3 == [3,3]
:prove \x -> foo x == [x,x]

View File

@ -0,0 +1,3 @@
Loading module Cryptol
Q.E.D.
Q.E.D.