adapted to qualified names;
authorwenzelm
Mon, 20 Oct 1997 11:06:01 +0200
changeset 3942 1f1c1f524d19
parent 3941 ea440c63d206
child 3943 b6e0c90f3bf4
adapted to qualified names;
src/FOLP/IFOLP.thy
src/FOLP/ROOT.ML
--- a/src/FOLP/IFOLP.thy	Mon Oct 20 11:01:07 1997 +0200
+++ b/src/FOLP/IFOLP.thy	Mon Oct 20 11:06:01 1997 +0200
@@ -8,6 +8,8 @@
 
 IFOLP = Pure +
 
+global
+
 classes term < logic
 
 default term
@@ -59,6 +61,8 @@
  idpeel         :: "[p,'a=>p]=>p"
  nrm, NRM       :: "p"
 
+local
+
 rules
 
 (**** Propositional logic ****)
--- a/src/FOLP/ROOT.ML	Mon Oct 20 11:01:07 1997 +0200
+++ b/src/FOLP/ROOT.ML	Mon Oct 20 11:06:01 1997 +0200
@@ -12,6 +12,8 @@
 
 writeln banner;
 
+reset global_names;
+
 print_depth 1;
 
 use_thy "IFOLP";