Skip to content

Commit 6359797

Browse files
committed
Update features.mli
1 parent 0fe2a62 commit 6359797

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/plugin/features.mli

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ val get_goal_features : hhdef list (* hyps *) -> hhdef (* goal *) -> string list
1010
val extract : hhdef list (* hyps *) -> hhdef list (* defs *) -> hhdef (* goal *) ->
1111
string (* (temporary) file name *)
1212

13-
val extract_given_lemmas : hhdef list (* hyps *) -> hhdef list (* defs *) -> hhdef list (* argus *) -> hhdef (* goal *) -> string (* *) ->
14-
hhdef list (* (temporary) file name *)
13+
val extract_given_lemmas : hhdef list (* hyps *) -> hhdef list (* defs *) -> hhdef list (* lemmas *) -> hhdef (* goal *) -> string (* ATP name *) ->
14+
hhdef list (* used objects *)
1515

1616
val run_predict : string (* file name (from `extract`) *) -> hhdef list (* defs *) ->
1717
int (* pred_num *) -> string (* pred_method *) ->

0 commit comments

Comments
 (0)