src/Tools/isac/Knowledge/EqSystem.thy
changeset 59592 99c8d2ff63eb
parent 59552 ab7955d2ead3
child 59603 30cd47104ad7
     1.1 --- a/src/Tools/isac/Knowledge/EqSystem.thy	Mon Aug 26 09:20:07 2019 +0200
     1.2 +++ b/src/Tools/isac/Knowledge/EqSystem.thy	Mon Aug 26 17:40:27 2019 +0200
     1.3 @@ -147,7 +147,7 @@
     1.4  	 | ord => ord)
     1.5  and hd_ord (f, g) =                                        (* ~ term.ML *)
     1.6    prod_ord (prod_ord Term_Ord.indexname_ord Term_Ord.typ_ord) int_ord (dest_hd' f, dest_hd' g)
     1.7 -and terms_ord str pr (ts, us) = list_ord (term_ord' pr (Celem.assoc_thy "Isac"))(ts, us);
     1.8 +and terms_ord str pr (ts, us) = list_ord (term_ord' pr (Celem.assoc_thy "Isac_Knowledge"))(ts, us);
     1.9  (**)
    1.10  in
    1.11  (**)