Prev Up Next
Go backward to 5.1 Parameter Typing
Go up to 5 Our Proposal More in Detail
Go forward to 5.3 Static Semantics

5.2 Abstract Syntax

GEN-SPEC      ::= gen-spec PAR+ SPEC

PAR           ::= par SPEC-NAME+ PAR-TYPE
PAR-TYPE      ::= par-type SPEC FIXED-SYMB?
FIXED-SYMB    ::= fixed-symb SPEC+

GEN-SPEC-INST ::= gen-spec-inst GEN-SPEC-NAME FITTING-ARG+
FITTING-ARG   ::= fitting-arg SPEC SIG-MORPH?
It must be clear that we want to fix only the symbols, that is the syntax, but are not advocating any kind of semantic preservation of the interpretation of the specifications that appear in the FIXED-SYMB part
CoFI Note: L-3 --DRAFT, Version 0.2-- 21 May 1997.
Comments to cerioli@disi.unige.it

Prev Up Next