<%@ 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 1979

<%-- Include the code for the lines and navigation --%> <%@ include file="/arch/middle.jsp" %> <%@ include file="copyright.html" %>
CS-RR-032
E.A. Ashcroft and W.W. Wadge, Some Common Misconceptions about Lucid, December 1, 1979
CS-RR-030
E.A. Ashcroft and W.W. Wadge, (revised) R for Semantics, December 1, 1979
CS-RR-029
A. Kanda and D.M.R. Park, When are Two Effectively Given Domains Identical?, April 1, 1979
CS-RR-028
W.W. Wadge, An Extensional Treatment of Dataflow Deadlock, April 1, 1979
CS-RR-027
G.N.N. Martin, Spiral Storage: Incrementally Augmentable Hash Addressed Storage, March 1, 1979
<%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>