SCM Repository
View of /sml/trunk/src/system/abcdef.sml
Parent Directory
|
Revision Log
Revision 682 -
(download)
(annotate)
Tue Jul 4 06:25:51 2000 UTC (20 years, 9 months ago) by blume
File size: 385 byte(s)
Tue Jul 4 06:25:51 2000 UTC (20 years, 9 months ago) by blume
File size: 385 byte(s)
CM manual updates; BTrace.trigger added again
structure X = struct exception Foo fun main n = let fun a (x, 0) = d x | a (x, n) = b (x, n - 1) and b (x, n) = c (x, n) and c (x, n) = a (x, n) and d x = e (x, 3) handle e => (print "exn\n"; raise e) and e (x, 0) = f x | e (x, n) = e (x, n - 1) and f 0 = SMLofNJ.Internals.BTrace.trigger () | f n = n * g (n - 1) and g n = a (n, 3) in f n end end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |