2.4 Local definitions
2.4 Local definitions
In addition to the destructuring let (see section
2.2.3), there is a possibility to define local terms inside a
bigger term.
There is currently two syntax for that:
| 
term | 
::= | 
let ident = term in term | 
|   | 
| | 
[ ident = term ] term | 
Both are synonymous.
  
  
Retrieved by Memoweb from  http://pauillac.inria.fr/coq/doc/node.0.1.3.html  at 8/10/98