Skip to content

Commit

Permalink
fix. This change should have included in the previous one.
Browse files Browse the repository at this point in the history
  • Loading branch information
yutakang committed Nov 4, 2024
1 parent 5225285 commit b293fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Abduction/All_Top_Down_Conjecturing.ML
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ fun template_based_conjecture_for_simplification term2name (ctxt:Proof.context)
(TBC.ctxt_n_const_to_identity ctxt tm
@ TBC.ctxt_n_const_to_idempotence ctxt tm
@ TBC.ctxt_n_const_to_zero_element ctxt tm
@ TBC.ctxt_n_consts_to_projection ctxt tm
@ TBC.ctxt_n_consts_to_square ctxt tm)
@ TBC.ctxt_n_consts_to_idempotence ctxt tm
@ TBC.ctxt_n_consts_to_involution ctxt tm)
|> map (apfst Template_Based_Conjecturing.property_as_string)
|> map (fn (lemma_typ, term) => (SS.get_lemma_name term2name ctxt lemma_typ term, term));;
val result = map (ctxt_n_const_to_all_conjecture_term ctxt) (relevant_unary_funcs @ relevant_binary_funcs)
Expand Down

0 comments on commit b293fec

Please sign in to comment.