Prev Up
Go backward to 2.3 Axioms and Terms
Go up to 2 Basic Constructs

2.4 Sort Generation

SORT-GEN        ::=   sort-gen SORT+ FUN-SYMB+
A sort-generation constraint SORT-GEN is well-formed when all the sorts and function symbols specified in it are declared in the local environment (it does not itself declare any sorts and function symbols). It then determines the corresponding sentence. Here, a FUN-SYMB that is just a FUN-NAME (without an explicit FUN-TYPE) abbreviates the list of all those declared function symbols whose name has the same identifier as the specified FUN-NAME.
CoFI Note: S-1 --Version 1.3-- 25 April 1997.
Comments to cofi-semantics@brics.dk

Prev Up