lean2/tests/lean/sig5.lean.expected.out
Leonardo de Moura a2d2e36f04 refactor(frontends/lean): remove notation for creating tuples
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-02-10 09:03:42 -08:00

10 lines
340 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
pair n v : vec n
let H_show : vec_with_len := pair n v : (sig x : , vec x) in H_show : vec_with_len
let v2 : vec_with_len := pair n v : (sig x : , vec x) in v2 : vec_with_len
pair n v : vec_with_len : sig len : , vec len