src/Pure/facts.ML
changeset 29848 a7c164e228e1
parent 29581 b3b33e0298eb
child 33093 d010f61d3702
equal deleted inserted replaced
29847:af32126ee729 29848:a7c164e228e1
    18   val map_name_of_ref: (string -> string) -> ref -> ref
    18   val map_name_of_ref: (string -> string) -> ref -> ref
    19   val select: ref -> thm list -> thm list
    19   val select: ref -> thm list -> thm list
    20   val selections: string * thm list -> (ref * thm) list
    20   val selections: string * thm list -> (ref * thm) list
    21   type T
    21   type T
    22   val empty: T
    22   val empty: T
       
    23   val space_of: T -> NameSpace.T
    23   val intern: T -> xstring -> string
    24   val intern: T -> xstring -> string
    24   val extern: T -> string -> xstring
    25   val extern: T -> string -> xstring
    25   val lookup: Context.generic -> T -> string -> (bool * thm list) option
    26   val lookup: Context.generic -> T -> string -> (bool * thm list) option
    26   val defined: T -> string -> bool
    27   val defined: T -> string -> bool
    27   val fold_static: (string * thm list -> 'a -> 'a) -> T -> 'a -> 'a
    28   val fold_static: (string * thm list -> 'a -> 'a) -> T -> 'a -> 'a