NEWS
changeset 48792 4aa5b965f70e
parent 48736 292b97e17fb7
child 48844 6408fb6f7d81
--- a/NEWS	Tue Aug 14 11:37:58 2012 +0200
+++ b/NEWS	Tue Aug 14 11:43:08 2012 +0200
@@ -29,6 +29,12 @@
 operators like COMP, INCR_COMP, COMP_INCR, which need to be applied
 with some care where this is really required.
 
+* Command 'typ' supports an additional variant with explicit sort
+constraint, to infer and check the most general type conforming to a
+given given sort.  Example (in HOL):
+
+  typ "_ * _ * bool * unit" :: finite
+
 
 *** HOL ***