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
13 lines
525 B
Text
13 lines
525 B
Text
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
|