src/Pure/Isar/local_theory.ML
changeset 28017 4919bd124a58
parent 26131 91024979b9eb
child 28083 103d9282a946
--- a/src/Pure/Isar/local_theory.ML	Wed Aug 27 11:24:35 2008 +0200
+++ b/src/Pure/Isar/local_theory.ML	Wed Aug 27 11:48:54 2008 +0200
@@ -11,8 +11,8 @@
 sig
   type operations
   val group_of: local_theory -> string
-  val group_properties_of: local_theory -> Markup.property list
-  val group_position_of: local_theory -> Markup.property list
+  val group_properties_of: local_theory -> Properties.T
+  val group_position_of: local_theory -> Properties.T
   val set_group: string -> local_theory -> local_theory
   val target_of: local_theory -> Proof.context
   val raw_theory_result: (theory -> 'a * theory) -> local_theory -> 'a * local_theory