Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
digama0 committed Nov 11, 2024
1 parent c15d5e5 commit 8b59927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opentheory/reader/OpenTheoryReader.sml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ in
fun axiom_in_db ths (h,c) =
from_net base_thms (h,c)
handle HOL_ERR _ =>
fst(snd(Lib.first (fn (_,(th,_)) => eq (h,c) th) (DB.match [] c)))
fst(snd(Lib.first (fn (_,(th,_,_)) => eq (h,c) th) (DB.match [] c)))
handle HOL_ERR _ =>
from_net ths (h,c)
handle HOL_ERR e => let
Expand Down

0 comments on commit 8b59927

Please sign in to comment.