make this module appeat late in Pure;
moved print_current_goals to display.ML;
added quick_and_dirty_prove_goalw_cterm (from Isar/skip_proof.ML);
added thm database functions (from Thy/thm_database.ML);
(* Title: HOLCF/Discrete0.thy
ID: $Id$
Author: Tobias Nipkow
Copyright 1997 TUM
Discrete CPOs
*)
Discrete0 = Cont + Datatype +
datatype 'a discr = Discr "'a :: term"
instance discr :: (term)sq_ord
defs
less_discr_def "((op <<)::('a::term)discr=>'a discr=>bool) == op ="
end