src/HOL/Imperative_HOL/ROOT.ML
author bulwahn
Tue, 05 Apr 2011 09:38:23 +0200
changeset 42230 594480d25aaa
parent 41413 64cd30d6b0b8
permissions -rw-r--r--
deriving bounded_forall instances in quickcheck_exhaustive
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
41413
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 39307
diff changeset
     1
no_document use_thys [
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 39307
diff changeset
     2
  "~~/src/HOL/Library/Countable",
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 39307
diff changeset
     3
  "~~/src/HOL/Library/Monad_Syntax",
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 39307
diff changeset
     4
  "~~/src/HOL/Library/Code_Natural",
64cd30d6b0b8 explicit file specifications -- avoid secondary load path;
wenzelm
parents: 39307
diff changeset
     5
  "~~/src/HOL/Library/LaTeXsugar"];
39307
8d42d668b5b0 added Imperative HOL overview
haftmann
parents: 33615
diff changeset
     6
33615
261abc2e3155 uniform use of simultabeous use_thys;
wenzelm
parents: 30689
diff changeset
     7
use_thys ["Imperative_HOL_ex"];