SCM Repository
Diff of /trunk/src/compiler/IL/gen/high-il.in
Parent Directory
|
Revision Log
|
Patch
revision 225, Tue Aug 3 20:40:13 2010 UTC | revision 226, Tue Aug 3 21:34:18 2010 UTC | |
---|---|---|
# | Line 25 | Line 25 |
25 | "tensor[", String.concatWith "," (List.map Int.toString dd), "]" | "tensor[", String.concatWith "," (List.map Int.toString dd), "]" |
26 | ] | ] |
27 | ||
28 | fun samestring (s1 : string, s2) = (s1 = s2) | |
29 | val hashstring = HashString.hashString | |
30 | fun stringToString s = String.concat["\"", s, "\""] | |
31 | ||
32 | @BODY@ | @BODY@ |
33 | ||
34 | end | end |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |