kdrag.utils.search_decl

kdrag.utils.search_decl(f: FuncDeclRef, db: dict[object, Proof]) dict[tuple[str, Proof], Any]

Search for declarations in the proof database that contain function declaration f

Parameters:
  • f (FuncDeclRef)

  • db (dict[object, Proof])

Return type:

dict[tuple[str, Proof], Any]