SCM Repository
Diff of /trunk/src/compiler/IL/operators-sig.sml
Parent Directory
|
Revision Log
|
Patch
revision 165, Wed Jul 21 15:20:53 2010 UTC | revision 187, Thu Jul 29 14:00:37 2010 UTC | |
---|---|---|
# | Line 13 | Line 13 |
13 | type rator | type rator |
14 | ||
15 | val arity : rator -> int (* operator arity *) | val arity : rator -> int (* operator arity *) |
16 | val same : rator * rator -> rator (* equality test *) | val same : rator * rator -> bool (* equality test *) |
17 | val hash : rator -> word (* hash key *) | val hash : rator -> word (* hash key *) |
18 | ||
19 | val toString : rator -> string | val toString : rator -> string |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |