src/Pure/Isar/isar_syn.ML
changeset 8678 6b8107df1c3a
parent 8669 3ccb29fb26ef
child 8681 957a5fe9b212
equal deleted inserted replaced
8677:de62440762b8 8678:6b8107df1c3a
   610 val init_toplevelP =
   610 val init_toplevelP =
   611   OuterSyntax.improper_command "init_toplevel" "restart Isar toplevel loop" K.control
   611   OuterSyntax.improper_command "init_toplevel" "restart Isar toplevel loop" K.control
   612     (Scan.succeed IsarCmd.init_toplevel);
   612     (Scan.succeed IsarCmd.init_toplevel);
   613 
   613 
   614 val welcomeP =
   614 val welcomeP =
   615   OuterSyntax.improper_command "welcome" "print welcome message" K.control
   615   OuterSyntax.improper_command "welcome" "print welcome message" K.diag
   616     (Scan.succeed IsarCmd.welcome);
   616     (Scan.succeed IsarCmd.welcome);
   617 
   617 
   618 
   618 
   619 
   619 
   620 (** the Pure outer syntax **)
   620 (** the Pure outer syntax **)