From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id SAA24188 for caml-redistribution; Mon, 1 Mar 1999 18:02:55 +0100 (MET) Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id PAA14943 for ; Mon, 1 Mar 1999 15:04:29 +0100 (MET) Received: from proxy_02.ftintl.com (www.ftintl.com [12.3.88.194]) by nez-perce.inria.fr (8.8.7/8.8.7) with ESMTP id PAA22743 for ; Mon, 1 Mar 1999 15:04:20 +0100 (MET) Received: from gateway.ftintl.com by proxy_02.ftintl.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1457.7) id DWV89C3Y; Mon, 1 Mar 1999 09:00:20 -0500 Received: from mail_01.ftintl.com ([192.168.221.43]) by 12.3.88.195 (Norton AntiVirus for Internet Email Gateways 1.0) ; Mon, 01 Mar 1999 14:04:41 0000 (GMT) Received: from smtp.ftintl.com (192.168.221.48 [192.168.221.48]) by mail_01.ftintl.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.1960.3) id FV1J8J5X; Mon, 1 Mar 1999 09:05:04 -0500 Received: by smtp.ftintl.com with Microsoft Mail id <36DACA20@smtp.ftintl.com>; Mon, 01 Mar 99 09:10:56 PST From: "Sussillo, David" To: "caml-list@inria.fr" Subject: callcc/throw... Date: Mon, 01 Mar 99 09:04:00 PST Message-ID: <36DACA20@smtp.ftintl.com> Encoding: 10 TEXT X-Mailer: Microsoft Mail V3.0 Sender: weis Hello, Is there an OCaml equivalent to the continuation primitives callcc/throw found in SML/NJ or anything that approximates their behavior? Maybe someone has a suggestion how I could implement callcc/throw myself as C calls? Thanks, dave