/*
 *  sactions.h
 *
 *  Created September 15, 1990 by Raymie Stata
 *  (c) 1990 Raymie Stata, All Rights Reserved
 */

#ifndef RSSACTIONS
#define RSSACTIONS

#include "type.h"

extern void moduleHeader();

extern void typeDecl();

extern Type compType();
extern Type tupleType();
extern Type fancyEquate();
extern Type procType();

#endif
