From: Anh Le <anhlevn@cims.nyu.edu>
Hi everyone,
I run Isabelle by the command "./isabelle usedir -b HOL Output" with the
input file name declared in ROOT.ML.
How to set quick_and_dirty mode from that command? I need to do that because
I use some raw proof blocks.
Thank you very much
Anh
From: Makarius <makarius@sketis.net>
Just include this in ROOT.ML:
quick_and_dirty := true;
What do you mean by "raw proof blocks" anyway?
Makarius
Last updated: Nov 21 2024 at 12:39 UTC