lean2/tests/lean/cast1.lean.expected.out
Leonardo de Moura 00e89190c2 refactor(library/cast): use .lean file instead of .cpp file to define casting library
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-23 22:04:19 -08:00

22 lines
487 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
Importing file '/home/leo/projects/lean/build/debug/shell/cast.lean'
Assumed: cast
Assumed: CastEq
Assumed: CastApp
Assumed: DomInj
Assumed: RanInj
Assumed: vector
Assumed: N0
Proved: V0
Assumed: f
Assumed: m
Assumed: v1
Error (line: 14, pos: 6) type mismatch at application
f m v1
Function type:
Π (n : ), vector n →
Arguments types:
m :
v1 : vector (m + 0)
f m (cast (V0 m) v1) :