SCM Repository
[diderot] / trunk / src / ast / type-util.sml |
Diff of /trunk/src/ast/type-util.sml
Parent Directory
|
Revision Log
|
Patch
revision 94, Thu May 27 17:03:13 2010 UTC | revision 95, Thu May 27 17:22:20 2010 UTC | |
---|---|---|
# | Line 6 | Line 6 |
6 | ||
7 | structure TypeUtil : sig | structure TypeUtil : sig |
8 | ||
9 | (* string representations of types, etc *) | |
10 | val toString : Types.ty -> string | val toString : Types.ty -> string |
11 | val diffToString : Types.diff -> string | |
12 | val shapeToString : Types.shape -> string | |
13 | val dimToString : Types.dim -> string | |
14 | ||
15 | end = struct | end = struct |
16 |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |