lean4-htt/tests/lean/unboundImplicitLocals.lean.expected.out
Leonardo de Moura 7496f4377f fix: issues with unbound implicit locals
This commit also add support for them in the `inductive` command.
2020-11-21 16:17:38 -08:00

12 lines
593 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.

myid 10 : Nat
myid true : Bool
unboundImplicitLocals.lean:20:25: error: unknown identifier 'size'
unboundImplicitLocals.lean:24:23: error: unknown identifier 'α'
unboundImplicitLocals.lean:24:25: error: unknown identifier 'n'
unboundImplicitLocals.lean:24:33: error: unknown identifier 'α'
unboundImplicitLocals.lean:24:37: error: unknown identifier 'β'
unboundImplicitLocals.lean:24:46: error: unknown identifier 'β'
unboundImplicitLocals.lean:24:48: error: unknown identifier 'n'
f : {α_1 : Type} → {n_1 : Nat} → Vec α_1 n_1 → Vec α_1 n_1
f mkVec : Vec ?m 0
f mkVec : Vec Nat 0