NEWS
changeset 51063 3544f5eb1ee6
parent 51056 fbcc2d314635
child 51082 55b82b1417d1
equal deleted inserted replaced
51062:d5fd24f73555 51063:3544f5eb1ee6
   133 operators like COMP, INCR_COMP, COMP_INCR, which need to be applied
   133 operators like COMP, INCR_COMP, COMP_INCR, which need to be applied
   134 with some care where this is really required.
   134 with some care where this is really required.
   135 
   135 
   136 * Command 'typ' supports an additional variant with explicit sort
   136 * Command 'typ' supports an additional variant with explicit sort
   137 constraint, to infer and check the most general type conforming to a
   137 constraint, to infer and check the most general type conforming to a
   138 given given sort.  Example (in HOL):
   138 given sort.  Example (in HOL):
   139 
   139 
   140   typ "_ * _ * bool * unit" :: finite
   140   typ "_ * _ * bool * unit" :: finite
   141 
   141 
   142 * Command 'locale_deps' visualizes all locales and their relations as
   142 * Command 'locale_deps' visualizes all locales and their relations as
   143 a Hasse diagram.
   143 a Hasse diagram.