Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
digama0 committed Sep 23, 2024
1 parent eaaa9e5 commit e9f4278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boss/prove_base_assumsScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ val (reader:reader) = {

val base_thms = read_article "base-theorems.art" reader;

val _ = Net.itnet Thm.delete_proof base_thms ();
val base_thms = Net.map Thm.delete_proof base_thms;

fun itpred P th acc = if P th then th::acc else acc;
fun amatch tm = Net.itnet (itpred (DB.matches tm)) base_thms [];
Expand Down

0 comments on commit e9f4278

Please sign in to comment.