lean2/tests/lean/sig5.lean.expected.out
Leonardo de Moura 96c9c7505a test(tests/lean): add another sigma-type test
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-02-04 10:12:39 -08:00

10 lines
354 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Set: pp::colors
Set: pp::unicode
Assumed: vec
Defined: vec_with_len
Assumed: n
Assumed: v
tuple n, v : vec n
let have_expr : vec_with_len := tuple (sig x : , vec x) : n, v in have_expr : vec_with_len
let v2 : vec_with_len := tuple (sig x : , vec x) : n, v in v2 : vec_with_len
tuple vec_with_len : n, v : sig len : , vec len