NEWS
changeset 24738 258e1877d0c5
parent 24737 ef479bae1999
child 24800 3ab455b3d03b
equal deleted inserted replaced
24737:ef479bae1999 24738:258e1877d0c5
   410 * Pure/Isar: unified syntax for new-style specification mechanisms (e.g.
   410 * Pure/Isar: unified syntax for new-style specification mechanisms (e.g.
   411 'definition', 'abbreviation', or 'inductive' in HOL) admits full type
   411 'definition', 'abbreviation', or 'inductive' in HOL) admits full type
   412 inference and dummy patterns ("_"). For example:
   412 inference and dummy patterns ("_"). For example:
   413 
   413 
   414   definition "K x _ = x"
   414   definition "K x _ = x"
       
   415 
       
   416   inductive conj for A B
       
   417   where "A ==> B ==> conj A B"
   415 
   418 
   416 * Pure: command 'print_abbrevs' prints all constant abbreviations of
   419 * Pure: command 'print_abbrevs' prints all constant abbreviations of
   417 the current context.  Print mode "no_abbrevs" prevents inversion of
   420 the current context.  Print mode "no_abbrevs" prevents inversion of
   418 abbreviations on output.
   421 abbreviations on output.
   419 
   422