lean2/tests/lean/simp32.lean.expected.out
Leonardo de Moura 7b88d68afb test(tests/lean): add test using simplifier monitor for tracking failures
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-27 15:11:16 -08:00

16 lines
542 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
Imported 'cast'
Assumed: vec
Assumed: concat
Assumed: concat_assoc
Assumed: empty
Assumed: concat_empty
Assumed: f
λ val : , (λ (n : ) (v : vec (n + 0)), f v ; empty) val == (λ (n : ) (v : vec (n + 0)), v) val
=====>
App simplification failure, argument #2
(λ (n : ) (v : vec (n + 0)), f v ; empty) 2::1 == (λ (n : ) (v : vec (n + 0)), v) 2::1
Kind: 0
-----------
λ val : , (λ (n : ) (v : vec (n + 0)), f v ; empty) val == (λ (n : ) (v : vec (n + 0)), v) val