lean2/tests/lean/sig5.lean.expected.out
Leonardo de Moura ba9a8f9d98 feat(frontends/lean): add 'show' expression syntax sugar
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-02-06 07:50:22 -08:00

10 lines
348 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 H_show : vec_with_len := tuple (sig x : , vec x) : n, v in H_show : 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