src/Pure/ProofGeneral/preferences.ML
changeset 51970 f08366cb9fd1
parent 51960 61ac1efe02c3
child 51971 716bb7e2e272
--- a/src/Pure/ProofGeneral/preferences.ML	Mon May 13 21:42:27 2013 +0200
+++ b/src/Pure/ProofGeneral/preferences.ML	Mon May 13 22:00:19 2013 +0200
@@ -26,6 +26,7 @@
   val nat_pref: int Unsynchronized.ref -> string -> string -> preference
   val bool_pref: bool Unsynchronized.ref -> string -> string -> preference
   type T = (string * preference list) list
+  val thm_depsN: string
   val pure_preferences: T
   val remove: string -> T -> T
   val add: string -> preference -> T -> T