src/Tools/isac/BaseDefinitions/rewrite-order.sml
changeset 60223 740ebee5948b
parent 59886 106e7d8723ca
child 60264 b987b05f1ca8
     1.1 --- a/src/Tools/isac/BaseDefinitions/rewrite-order.sml	Sun Apr 18 22:27:43 2021 +0200
     1.2 +++ b/src/Tools/isac/BaseDefinitions/rewrite-order.sml	Sun Apr 18 23:37:59 2021 +0200
     1.3 @@ -17,11 +17,6 @@
     1.4    type rew_ord' = Rule_Def.rew_ord'
     1.5    val rew_ord': (rew_ord' * (subst -> term * term -> bool)) list Unsynchronized.ref
     1.6    val assoc_rew_ord: string -> subst -> term * term -> bool
     1.7 -(* ---- for tests only: shifted from below to remove the Warning "unused" at fun.def. --------- *)
     1.8 -  (*NONE*)
     1.9 -(*/-------------------------------------------------------- ! aktivate for Test_Isac BEGIN ---\* )
    1.10 -  (*NONE*)
    1.11 -( *\--- ! aktivate for Test_Isac END ----------------------------------------------------------/*)
    1.12  end
    1.13  
    1.14  (**)