SCM Repository
Diff of /sml/trunk/src/system/Basis/Implementation/list.sml
Parent Directory
|
Revision Log
|
Patch
revision 824, Tue May 8 21:31:05 2001 UTC | revision 825, Wed May 9 15:59:40 2001 UTC | |
---|---|---|
# | Line 29 | Line 29 |
29 | ||
30 | datatype list = datatype list | datatype list = datatype list |
31 | ||
32 | exception Empty | exception Empty = Empty |
33 | ||
34 | val null = null | val null = null |
35 | val hd = hd | val hd = hd |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |