[clean-list] No unary negative operator?

Jay Kint jean-luc-picard@ussenterprise.com
Mon, 15 Oct 2001 17:41:42 -0600


I should clarify.  That didn't make too much sense.  The exact error is:
"- first argument of infix operator missing"

Jay

----- Original Message -----
From: "Jay Kint" <jean-luc-picard@ussenterprise.com>
To: <clean-list@cs.kun.nl>
Sent: Monday, October 15, 2001 5:03 PM
Subject: [clean-list] No unary negative operator?


> Am I to understand that there is no unary negative operator unless it is
> followed by a constant?  Is this just broken or am I missing something?
The
> following doesn't compile complaining that the other operator is missing.
>
> Pi :: Real
> Pi = 3.14159
>
> Start :: Real
> Start = sin(-Pi)
>
> Jay
>
>
> _______________________________________________
> clean-list mailing list
> clean-list@cs.kun.nl
> http://www.cs.kun.nl/mailman/listinfo/clean-list
>