SCM Repository
[smlnj] / sml / trunk / src / system / Basis / Implementation / Unsafe / object.sig |
Diff of /sml/trunk/src/system/Basis/Implementation/Unsafe/object.sig
Parent Directory
|
Revision Log
|
Patch
revision 632, Sat Apr 29 15:50:42 2000 UTC | revision 633, Sun Apr 30 16:44:09 2000 UTC | |
---|---|---|
# | Line 45 | Line 45 |
45 | val toString : object -> string | val toString : object -> string |
46 | val toRef : object -> object ref | val toRef : object -> object ref |
47 | val toArray : object -> object array | val toArray : object -> object array |
48 | val toRealArray : object -> Real64Array.array | |
49 | val toByteArray : object -> Word8Array.array | |
50 | val toVector : object -> object vector | val toVector : object -> object vector |
51 | val toByteVector : object -> Word8Vector.vector | |
52 | val toExn : object -> exn | val toExn : object -> exn |
53 | val toReal : object -> real | val toReal : object -> real |
54 | val toInt : object -> int | val toInt : object -> int |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |