# HG changeset patch # User wenzelm # Date 1224194309 -7200 # Node ID 7b2cb494e11c2f43b3e944f9bd58df0aaae21c3a # Parent f0725a88100592417d90ab2dc3d4ddb83b241896 tuned; diff -r f0725a881005 -r 7b2cb494e11c NEWS --- a/NEWS Thu Oct 16 23:56:57 2008 +0200 +++ b/NEWS Thu Oct 16 23:58:29 2008 +0200 @@ -52,7 +52,7 @@ covered by the constraints in the initial statement, completed by the type instance information of the background theory. Non-trivial sort hypotheses, which rarely occur in practice, may be specified via -vacuous propositions of the form SORT_CONSTRAIN('a::c). For example: +vacuous propositions of the form SORT_CONSTRAINT('a::c). For example: lemma assumes "SORT_CONSTRAINT('a::empty)" shows False ...