src/Tools/isac/Knowledge/Root.thy
changeset 59857 cbb3fae0381d
parent 59852 ea7e6679080e
child 59861 65ec9f679c3f
equal deleted inserted replaced
59856:e0bb6d6b5168 59857:cbb3fae0381d
   153    tu: the terms to compare (t1, t2) ... *)
   153    tu: the terms to compare (t1, t2) ... *)
   154 fun sqrt_right (pr:bool) thy (_: Rule.subst) tu = 
   154 fun sqrt_right (pr:bool) thy (_: Rule.subst) tu = 
   155     (term_ord' pr thy(***) tu = LESS );
   155     (term_ord' pr thy(***) tu = LESS );
   156 end;
   156 end;
   157 
   157 
   158 Rule.rew_ord' := overwritel (! Rule.rew_ord',
   158 Rewrite_Ord.rew_ord' := overwritel (! Rewrite_Ord.rew_ord',
   159 [("termlessI", termlessI),
   159 [("termlessI", termlessI),
   160  ("sqrt_right", sqrt_right false @{theory "Pure"})
   160  ("sqrt_right", sqrt_right false @{theory "Pure"})
   161  ]);
   161  ]);
   162 
   162 
   163 (*-------------------------rulse-------------------------*)
   163 (*-------------------------rulse-------------------------*)