Skip to content
Snippets Groups Projects
Commit 701b3bff authored by Matthew Fernandez's avatar Matthew Fernandez Committed by Gerwin Klein
Browse files

bf gen: Fix: Check UMM types is known before generating HOL proofs.

parent 9e6750e8
No related branches found
No related tags found
No related merge requests found
......@@ -2505,6 +2505,9 @@ if __name__ == '__main__':
parser.error('Output file name must be given when generating HOL definitions or proofs')
out_file.filename = os.path.abspath(options.thy_output_path)
if options.hol_proofs and not options.umm_types_file:
parser.error('--umm_types must be specified when generating HOL proofs')
del parser
options.output = out_file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment