Prev Up Next
Go backward to 2.1 Signature Declarations
Go up to 2 Basic Constructs
Go forward to 2.3 Axioms and Terms

2.2 Variable Declarations

VAR-DECL         ::=  var-decl VAR+ SORT
VAR              ::=  SIMPLE-ID
A variable declaration VAR-DECL determines sorted variables for use in axioms; it does not contribute to the signature. Such a declaration of a variable as a BASIC-ITEM abbreviates adding a universal quantification on that variable to all axioms in the enclosing BASIC-SPEC. Note that universal quantification over a variable that does not occur free in an axiom is semantically irrelevant, due to the assumption that all carriers are non-empty.
CoFI Document: CASL/Summary-v0.97 --Version 0.97-- 20 May 1997.
Comments to cofi-language@brics.dk

Prev Up Next