Hi, if my memory was correct, it is possible to search for certain functions with its type using find_theorems, but I somehow forget the syntax. This is what I am trying to use now
find_theorems "f:: 'a list => 'a list"
does anyone know where it went wrong? I would really appreciate it.
_
instead of f?
or find_consts ‹_ list ⇒ _ list›
Yes, it works. Thank you!
Last updated: Dec 21 2024 at 16:20 UTC