From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Bill Schottstaedt" Newsgroups: gmane.lisp.guile.bugs Subject: (< complex) and friends Date: Mon, 11 Aug 2008 14:03:22 -0700 Message-ID: <20080811210230.M31889@ccrma.Stanford.EDU> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Trace: ger.gmane.org 1218488763 11210 80.91.229.12 (11 Aug 2008 21:06:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Aug 2008 21:06:03 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Aug 11 23:06:55 2008 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KSeb4-0000m4-B0 for guile-bugs@m.gmane.org; Mon, 11 Aug 2008 23:06:34 +0200 Original-Received: from localhost ([127.0.0.1]:47670 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSea8-0002Ux-Ab for guile-bugs@m.gmane.org; Mon, 11 Aug 2008 17:05:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KSeY3-0008EK-OM for bug-guile@gnu.org; Mon, 11 Aug 2008 17:03:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSeY2-0008Cc-Ox for bug-guile@gnu.org; Mon, 11 Aug 2008 17:03:27 -0400 Original-Received: from [199.232.76.173] (port=38176 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSeY2-0008CO-Ju for bug-guile@gnu.org; Mon, 11 Aug 2008 17:03:26 -0400 Original-Received: from smtp2.stanford.edu ([171.67.20.25]:56682) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KSeY2-0005tb-6K for bug-guile@gnu.org; Mon, 11 Aug 2008 17:03:26 -0400 Original-Received: from smtp2.stanford.edu (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 4F9B365ACB5 for ; Mon, 11 Aug 2008 14:03:25 -0700 (PDT) Original-Received: from cm-mail.stanford.edu (cm-mail.Stanford.EDU [171.64.197.135]) by smtp2.stanford.edu (Postfix) with ESMTP id 2F7E5659BAC for ; Mon, 11 Aug 2008 14:03:24 -0700 (PDT) Original-Received: from ccrma.stanford.edu (ccrma.stanford.edu [171.64.197.141]) by cm-mail.stanford.edu (8.13.8/8.13.8) with ESMTP id m7BL3MP5019066 for ; Mon, 11 Aug 2008 14:03:22 -0700 Original-Received: from ccrma.Stanford.EDU (localhost.localdomain [127.0.0.1]) by ccrma.stanford.edu (8.12.11.20060308/8.12.5) with ESMTP id m7BL3MKj013248 for ; Mon, 11 Aug 2008 14:03:22 -0700 X-Mailer: Open WebMail 2.41 20040926 X-OriginatingIP: 67.161.21.103 (bil) X-Virus-Scanned: ClamAV 0.92.1/8009/Mon Aug 11 11:57:09 2008 on cm-mail.stanford.edu X-Virus-Status: Clean X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:3962 Archived-At: guile> (< 1.0+1.0i) #t guile> (< 2.0 1.0+1.0i) Backtrace: In standard input: 2: 0* [< 2.0 {1.0+1.0i}] standard input:2:1: In procedure < in expression (< 2.0 1.0+1.0i): standard input:2:1: Wrong type: 1.0+1.0i ABORT: (wrong-type-arg) (Happens also with > <= >=)