src/Tools/isac/CalcElements/rewrite-order.sml
changeset 59861 65ec9f679c3f
parent 59857 cbb3fae0381d
     1.1 --- a/src/Tools/isac/CalcElements/rewrite-order.sml	Thu Apr 09 12:03:14 2020 +0200
     1.2 +++ b/src/Tools/isac/CalcElements/rewrite-order.sml	Thu Apr 09 17:13:17 2020 +0200
     1.3 @@ -17,6 +17,11 @@
     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  (**)