<%@ page language="java" contentType="text/html" %> <%-- Include common initialisation code --%> <%@ include file="/arch/common.jsp" %> <%-- The current tab --%> <% String currentTab = "Research"; %> <%-- Content of navigation pane --%> <%@ include file="nav.jsp" %> <% showCurrentLink=true; %> <%-- Current navigation location --%> <% String currentNav = "Reports and Theses"; %> <%-- Include the code for the document header --%> <%@ include file="/arch/header.jsp" %>

Research Reports 1977

<%-- Include the code for the lines and navigation --%> <%@ include file="/arch/middle.jsp" %> <%@ include file="copyright.html" %>
CS-RR-022
A. Kanda, Data Types as Effective Objects, December 1, 1977
CS-RR-021
E.A. Ashcroft and W.W. Wadge, Scope Structures and Defined Functions in Lucid, October 1, 1977
CS-RR-020
A. Shamir and W.W. Wadge, Data types as objects, June 1, 1977
CS-RR-019
D.J. Lehmann and M.B. Smyth, Data Types, May 1, 1977
CS-RR-018
W.F. McColl, Some Results on Circuit Depth, March 1, 1977
CS-RR-017
D.J. Lehmann, Modes in Algol Y, February 1, 1977
<%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>