export get_lexicons;
authorwenzelm
Tue, 10 Jul 2007 23:29:47 +0200
changeset 23722 a4af559708ab
parent 23721 aa088ef9237c
child 23723 4fff46d5faaa
export get_lexicons;
src/Pure/Isar/outer_syntax.ML
--- a/src/Pure/Isar/outer_syntax.ML	Tue Jul 10 23:29:46 2007 +0200
+++ b/src/Pure/Isar/outer_syntax.ML	Tue Jul 10 23:29:47 2007 +0200
@@ -26,6 +26,7 @@
   include BASIC_OUTER_SYNTAX
   type token
   type parser
+  val get_lexicons: unit -> Scan.lexicon * Scan.lexicon
   val command: string -> string -> OuterKeyword.T ->
     (token list -> (Toplevel.transition -> Toplevel.transition) * token list) -> parser
   val markup_command: ThyOutput.markup -> string -> string -> OuterKeyword.T ->