Prev Up
Go backward to 2 Basic Constructs
Go up to Top

3 Possible Choices

Overloading and overriding:

  1. Overloading allowed
  2. Overloading not allowed ...
    1. ... but overriding allowed ...
      1. ... in variable declarations and in quantifications
      2. ... only in variable declarations
      3. ... only in quantifications
    2. ... and overriding not allowed
I think 2.1.1 is probably the best option here.

Repetition:

  1. Repetition not allowed
  2. Repetition allowed ...
    1. ... in variable declarations and in quantifications
    2. ... only in variable declarations
    3. ... only in quantifications
I think 2.1 is probably the best option here.
CoFI Note: L-1 --Version 1-- 28 March 1997.
Comments to dts@dcs.ed.ac.uk

Prev Up