SCM Repository
View of /trunk/src/compiler/IL/operators-sig.sml
Parent Directory
|
Revision Log
Revision 165 -
(download)
(annotate)
Wed Jul 21 15:20:53 2010 UTC (10 years, 6 months ago) by jhr
File size: 482 byte(s)
Wed Jul 21 15:20:53 2010 UTC (10 years, 6 months ago) by jhr
File size: 482 byte(s)
Adding equality tests and hashing support
(* operators-sig.sml * * COPYRIGHT (c) 2010 The Diderot Project (http://diderot.cs.uchicago.edu) * All rights reserved. * * Abstract interface used to parameterize the intermediate representation * over the allowed operators. *) signature OPERATORS = sig type rator val arity : rator -> int (* operator arity *) val same : rator * rator -> rator (* equality test *) val hash : rator -> word (* hash key *) val toString : rator -> string end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |