--* From postmaster%watson.vnet.ibm.com@yktvmv.watson.ibm.com  Fri Jun 17 11:15:00 1994
--* Received: from yktvmv-ob.watson.ibm.com by asharp.watson.ibm.com (AIX 3.2/UCB 5.64/930311)
--*           id AA20420; Fri, 17 Jun 1994 11:15:00 -0400
--* Received: from watson.vnet.ibm.com by yktvmv.watson.ibm.com (IBM VM SMTP V2R3)
--*    with BSMTP id 3791; Fri, 17 Jun 94 11:15:01 EDT
--* Received: from YKTVMV by watson.vnet.ibm.com with "VAGENT.V1.0"
--*           id <A.BRONSTEI.NOTE.YKTVMV.7891.Jun.17.11:15:00.-0400>
--*           for asbugs@watson; Fri, 17 Jun 94 11:15:01 -0400
--* Received: from inf.ethz.ch by watson.ibm.com (IBM VM SMTP V2R3) with TCP;
--*    Fri, 17 Jun 94 11:15:00 EDT
--* Received: from vinci.inf.ethz.ch (bronstei@vinci.inf.ethz.ch [129.132.12.46]) by inf.ethz.ch (8.6.8/8.6.6) with ESMTP id RAA05161 for <asbugs@watson.ibm.com>; Fri, 17 Jun 1994 17:14:57 +0200
--* From: Manuel Bronstein <bronstei@inf.ethz.ch>
--* Received: (bronstei@localhost) by vinci.inf.ethz.ch (8.6.8/8.6.6) id RAA13865 for asbugs@watson.ibm.com; Fri, 17 Jun 1994 17:14:56 +0200
--* Date: Fri, 17 Jun 1994 17:14:56 +0200
--* Message-Id: <199406171514.RAA13865@vinci.inf.ethz.ch>
--* To: asbugs@watson.ibm.com
--* Subject: [9] cannot test failure of open$InPort [inport.txt][0.35.0]

--@ Fixed  by:  PI   Fri Aug 5 17:51:26 EDT 1994 
--@ Tested by:  none 
--@ Summary:    No more a bug. With the new library you can import from InFile and use open and open? 

There is currently no way of checking whether an open from InPort was
successful. Trying to use an InPort after a bad open (e.g. file doesn't
exist) causes a segmentation fault, so we need a  valid?: InPort -> Boolean
function to test those.
 
