src/Pure/Thy/thy_header.ML
changeset 63022 785a59235a15
parent 62969 9f394a16c557
child 63429 baedd4724f08
--- a/src/Pure/Thy/thy_header.ML	Mon Apr 18 22:51:32 2016 +0200
+++ b/src/Pure/Thy/thy_header.ML	Tue Apr 19 12:06:34 2016 +0200
@@ -19,6 +19,7 @@
   val get_keywords': Proof.context -> Keyword.keywords
   val ml_bootstrapN: string
   val ml_roots: string list
+  val bootstrap_thys: string list
   val args: header parser
   val read: Position.T -> string -> header
   val read_tokens: Token.T list -> header
@@ -108,6 +109,7 @@
 
 val ml_bootstrapN = "ML_Bootstrap";
 val ml_roots = ["ML_Root0", "ML_Root"];
+val bootstrap_thys = ["Bootstrap_Pure", "Bootstrap_ML_Bootstrap"];