src/Tools/isac/BaseDefinitions/contextC.sml
changeset 60223 740ebee5948b
parent 60114 307fe00bbfc9
child 60609 5967b6e610b5
     1.1 --- a/src/Tools/isac/BaseDefinitions/contextC.sml	Sun Apr 18 22:27:43 2021 +0200
     1.2 +++ b/src/Tools/isac/BaseDefinitions/contextC.sml	Sun Apr 18 23:37:59 2021 +0200
     1.3 @@ -17,13 +17,11 @@
     1.4    val avoid_contradict: term -> term list -> term * term list
     1.5    val subpbl_to_caller : Proof.context -> term -> Proof.context -> term * Proof.context
     1.6  (*val subpbl_to_caller  .. rename according to naming convention TODO*)
     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 +\<^isac_test>\<open>
    1.11    val transfer_asms_from_to : Proof.context -> Proof.context -> Proof.context
    1.12    val contradict : term list -> term -> bool
    1.13    val insert_assumptions_cao : Proof.context -> term list -> Proof.context
    1.14 -( *\--- ! aktivate for Test_Isac END ----------------------------------------------------------/*)
    1.15 +\<close>
    1.16  end
    1.17  
    1.18  structure ContextC(**) : CONTEXT_C(**) =