src/Tools/isac/BaseDefinitions/Know_Store.thy
changeset 60649 b2ff1902420f
parent 60639 b8bb7d8800e8
child 60655 f73460617c3d
equal deleted inserted replaced
60648:976b99bcfc96 60649:b2ff1902420f
    84   val get_expls: theory -> Example.store
    84   val get_expls: theory -> Example.store
    85   val add_expls: (Example.T * Store.key) list -> theory -> theory
    85   val add_expls: (Example.T * Store.key) list -> theory -> theory
    86   val get_ref_last_thy: unit -> theory
    86   val get_ref_last_thy: unit -> theory
    87   val set_ref_last_thy: theory -> unit
    87   val set_ref_last_thy: theory -> unit
    88   val get_via_last_thy: ThyC.id -> theory (*only used for * (Sub-)problem retrieving respective thy
    88   val get_via_last_thy: ThyC.id -> theory (*only used for * (Sub-)problem retrieving respective thy
    89                                                           * problem refinement                    *)
    89                                                           * problem refinement                    
       
    90                                                           * (test-)code to be deleted            *)
    90 end;
    91 end;
    91 
    92 
    92 structure Know_Store(**): KNOW_STORE(**) =
    93 structure Know_Store(**): KNOW_STORE(**) =
    93 struct
    94 struct
    94   structure Data = Theory_Data (
    95   structure Data = Theory_Data (