Module: dfmc-flow-graph Author: Jonathan Bachrach, Keith Playford, and Paul Haahr Synopsis: computation classes for C-FFI Copyright: Original Code is Copyright (c) 1995-2004 Functional Objects, Inc. All rights reserved. License: Functional Objects Library Public License Version 1.0 Dual-license: GNU Lesser General Public License Warranty: Distributed WITHOUT WARRANTY OF ANY KIND define graph-class () end graph-class; define graph-class () slot c-variable, init-keyword: c-variable:; end graph-class; define graph-class () temporary slot wss-size-temp, required-init-keyword: wss-size-temp:; slot wss-var :: , required-init-keyword: wss-var:; slot end-wss :: ; end graph-class; define graph-class () slot begin-wss :: , init-keyword: begin-wss:; end graph-class; // eof