Skip to content

Commit

Permalink
Document the new incompatibilities in DB.{find,match}
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed Nov 14, 2024
1 parent fbf5560 commit b9744e3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@ Incompatibilities:
(load "<path>/HOL/tools/editor-modes/emacs/hol-mode")
(load "<path>/HOL/tools/editor-modes/emacs/hol-unicode")

- The types of `DB.find` and `DB.match` have changed so that instead of returning

(string * string) * (thm * class)

they now return

(string * string) * (thm * class * thm_src_location)

Using the `#1 o #2` selector should be future-proof here.


* * * * *

Expand Down

0 comments on commit b9744e3

Please sign in to comment.