lean4-htt/tests/lean/infoFromFailure.lean.expected.out
Leonardo de Moura 99e8a98f06 feat: allow universes metavariables from any depth to be assigned when ignoreLevelDepth is true
We set `ignoreLevelDepth` to true during type class resolution.
2021-08-18 20:20:51 -07:00

13 lines
549 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.

foo "hello" : String × String
[Meta.synthInstance] preprocess: Add String ==> Add String
[Meta.synthInstance]
[Meta.synthInstance] main goal Add String
[Meta.synthInstance.newSubgoal] Add String
[Meta.synthInstance.globalInstances] Add String, []
[Meta.synthInstance] failed
[Meta.synthInstance] preprocess: Add Bool ==> Add Bool
[Meta.synthInstance]
[Meta.synthInstance] main goal Add Bool
[Meta.synthInstance.newSubgoal] Add Bool
[Meta.synthInstance.globalInstances] Add Bool, []
[Meta.synthInstance] failed