src/HOL/Nominal/nominal_atoms.ML
changeset 36960 01594f816e3a
parent 33522 737589bb9bb8
child 37391 476270a6c2dc
equal deleted inserted replaced
36959:f5417836dbea 36960:01594f816e3a
  1002               (full_ak_names ~~ thss))) dj_thms))) thy33
  1002               (full_ak_names ~~ thss))) dj_thms))) thy33
  1003     end;
  1003     end;
  1004 
  1004 
  1005 
  1005 
  1006 (* syntax und parsing *)
  1006 (* syntax und parsing *)
  1007 structure P = OuterParse and K = OuterKeyword;
  1007 structure P = Parse and K = Keyword;
  1008 
  1008 
  1009 val _ =
  1009 val _ =
  1010   OuterSyntax.command "atom_decl" "Declare new kinds of atoms" K.thy_decl
  1010   Outer_Syntax.command "atom_decl" "declare new kinds of atoms" Keyword.thy_decl
  1011     (Scan.repeat1 P.name >> (Toplevel.theory o create_nom_typedecls));
  1011     (Scan.repeat1 Parse.name >> (Toplevel.theory o create_nom_typedecls));
  1012 
  1012 
  1013 end;
  1013 end;