src/HOL/Quickcheck_Examples/ROOT.ML
author blanchet
Thu, 01 Mar 2012 11:28:56 +0100
changeset 46746 a10dcc985e8d
parent 46701 879f5c76ffb6
child 47205 34e8b7347dda
permissions -rw-r--r--
improved handling of polymorphic quotient types, by avoiding comparing types that will generally differ in the polymorphic case

use_thys [
  "Find_Unused_Assms_Examples",
  "Quickcheck_Examples",
  "Quickcheck_Lattice_Examples"
];

if getenv "ISABELLE_GHC" = "" then ()
else use_thy "Quickcheck_Narrowing_Examples";