callcc
Stephen Weeks
sweeks@intertrust.com
Fri, 2 Apr 1999 10:52:11 -0800
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01BE7D39.EE1743A4
Content-Type: text/plain;
charset="iso-8859-1"
I have an implementation of callcc ready for testing. Does anyone have some
SML programs using callcc that I can try? So far, all I've tried is
val _ = 1 + callcc(fn k => throw k 2)
------_=_NextPart_001_01BE7D39.EE1743A4
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2448.0">
<TITLE>callcc</TITLE>
</HEAD>
<BODY>
<BR>
<P><FONT SIZE=3D2>I have an implementation of callcc ready for =
testing. Does anyone have some SML programs using callcc that I =
can try? So far, all I've tried is</FONT></P>
<P><FONT SIZE=3D2>val _ =3D 1 + callcc(fn k =3D> throw k 2)</FONT>
</P>
</BODY>
</HTML>
------_=_NextPart_001_01BE7D39.EE1743A4--