lean4-htt/tests/lean/infoFromFailure.lean.expected.out
Leonardo de Moura cbf2b6c0db feat: change synthinstance threshold
Before this commit, the threshold was the amount of "fuel".
Now, it is the maximum number of instances used to solve a TC problem.
We have two thresholds
- `maxInstSize`: default 128
- `maxCoeSize`: default 16. It is similar to `maxInstSize`, but used for automatic coercions.

cc @Kha
2020-12-07 10:45:08 -08:00

13 lines
525 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] 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] 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