src/Tools/isac/MathEngBasic/tactic.sml
changeset 60223 740ebee5948b
parent 60154 2ab0d1523731
child 60268 637f20154de6
     1.1 --- a/src/Tools/isac/MathEngBasic/tactic.sml	Sun Apr 18 22:27:43 2021 +0200
     1.2 +++ b/src/Tools/isac/MathEngBasic/tactic.sml	Sun Apr 18 23:37:59 2021 +0200
     1.3 @@ -90,15 +90,6 @@
     1.4    val creates_assms: T -> term list
     1.5    val insert_assumptions: T -> Proof.context -> Proof.context
     1.6    val for_specify': T -> bool
     1.7 -
     1.8 -(* ---- for tests only: shifted from below to remove the Warning "unused" at fun.def. --------- *)
     1.9 -  (* NONE *)
    1.10 -(*/-------------------------------------------------------- ! aktivate for Test_Isac BEGIN ---\* )
    1.11 -  (* NONE *)
    1.12 -( *\--- ! aktivate for Test_Isac END ----------------------------------------------------------/*)
    1.13 -
    1.14 -(*----- unused code, kept as hints to design ideas ---------------------------------------------*)
    1.15 -  (* NONE *)
    1.16  end
    1.17  
    1.18  (**)