src/HOL/Nitpick_Examples/ROOT.ML
author wenzelm
Fri, 21 May 2010 18:10:19 +0200
changeset 37043 f8e24980af05
parent 33742 83ae8b7e2768
child 37495 650fae5eea93
permissions -rw-r--r--
more robust Position.setmp_thread_data, independently of Output.debugging (essentially reverts f9ec18f7c0f6, which was motivated by clean exception_trace, but without transaction positions the Isabelle_Process protocol breaks down);
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
33197
de6285ebcc05 continuation of Nitpick's integration into Isabelle;
blanchet
parents:
diff changeset
     1
(*  Title:      HOL/Nitpick_Examples/ROOT.ML
de6285ebcc05 continuation of Nitpick's integration into Isabelle;
blanchet
parents:
diff changeset
     2
    Author:     Jasmin Blanchette, TU Muenchen
de6285ebcc05 continuation of Nitpick's integration into Isabelle;
blanchet
parents:
diff changeset
     3
    Copyright   2009
de6285ebcc05 continuation of Nitpick's integration into Isabelle;
blanchet
parents:
diff changeset
     4
de6285ebcc05 continuation of Nitpick's integration into Isabelle;
blanchet
parents:
diff changeset
     5
Nitpick examples.
de6285ebcc05 continuation of Nitpick's integration into Isabelle;
blanchet
parents:
diff changeset
     6
*)
de6285ebcc05 continuation of Nitpick's integration into Isabelle;
blanchet
parents:
diff changeset
     7
33739
8bfe94730530 run Nitpick examples if Kodkodi is available
blanchet
parents: 33197
diff changeset
     8
if getenv "KODKODI" = "" then
8bfe94730530 run Nitpick examples if Kodkodi is available
blanchet
parents: 33197
diff changeset
     9
  ()
8bfe94730530 run Nitpick examples if Kodkodi is available
blanchet
parents: 33197
diff changeset
    10
else
8bfe94730530 run Nitpick examples if Kodkodi is available
blanchet
parents: 33197
diff changeset
    11
  setmp_noncritical quick_and_dirty true use_thys
8bfe94730530 run Nitpick examples if Kodkodi is available
blanchet
parents: 33197
diff changeset
    12
                    ["Nitpick_Examples"];