src/Pure/pure_thy.ML
changeset 29156 89f76a58a378
parent 29002 c9cdb569487a
child 29420 b28bf19d7ab9
equal deleted inserted replaced
29155:ca28610a0e7e 29156:89f76a58a378
   320     ("",            typ "id => logic",                 Delimfix "_"),
   320     ("",            typ "id => logic",                 Delimfix "_"),
   321     ("",            typ "longid => logic",             Delimfix "_"),
   321     ("",            typ "longid => logic",             Delimfix "_"),
   322     ("",            typ "var => logic",                Delimfix "_"),
   322     ("",            typ "var => logic",                Delimfix "_"),
   323     ("_DDDOT",      typ "logic",                       Delimfix "..."),
   323     ("_DDDOT",      typ "logic",                       Delimfix "..."),
   324     ("_constify",   typ "num => num_const",            Delimfix "_"),
   324     ("_constify",   typ "num => num_const",            Delimfix "_"),
   325     ("_constify",   typ "float => float_const",        Delimfix "_"),
   325     ("_constify",   typ "float_token => float_const",  Delimfix "_"),
   326     ("_indexnum",   typ "num_const => index",          Delimfix "\\<^sub>_"),
   326     ("_indexnum",   typ "num_const => index",          Delimfix "\\<^sub>_"),
   327     ("_index",      typ "logic => index",              Delimfix "(00\\<^bsub>_\\<^esub>)"),
   327     ("_index",      typ "logic => index",              Delimfix "(00\\<^bsub>_\\<^esub>)"),
   328     ("_indexdefault", typ "index",                     Delimfix ""),
   328     ("_indexdefault", typ "index",                     Delimfix ""),
   329     ("_indexvar",   typ "index",                       Delimfix "'\\<index>"),
   329     ("_indexvar",   typ "index",                       Delimfix "'\\<index>"),
   330     ("_struct",     typ "index => logic",              Mixfix ("\\<struct>_", [1000], 1000)),
   330     ("_struct",     typ "index => logic",              Mixfix ("\\<struct>_", [1000], 1000)),