Closed yutakang closed 3 years ago
Can I use SeLFiE
or an improved version of SeLFiE
for conjecturing?
I removed typ_to_arg_numb
and improved count_numb_of_args_of_fun_typ
in c3f59ff6bd059ec7d11af57a0c2dde076519b69f.
Can I use
SeLFiE
or an improved version ofSeLFiE
for conjecturing?
The answer is probably yes. But I have to change the SeLFiE interpreter for this.
For example
typ_to_arg_numb
inPGT.ML
andcount_numb_of_args_of_fun_typ
inPSL/Utils.ML
can be handled byTerm.binder_types
.Unique_Node
to implementreplace_with
inPGT.ML
.