[pure-lang-svn] SF.net SVN: pure-lang:[497] pure/trunk/lib/primitives.pure
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-08-14 13:56:38
|
Revision: 497 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=497&view=rev Author: agraef Date: 2008-08-14 13:56:45 +0000 (Thu, 14 Aug 2008) Log Message: ----------- Fix typo. Modified Paths: -------------- pure/trunk/lib/primitives.pure Modified: pure/trunk/lib/primitives.pure =================================================================== --- pure/trunk/lib/primitives.pure 2008-08-14 13:37:16 UTC (rev 496) +++ pure/trunk/lib/primitives.pure 2008-08-14 13:56:45 UTC (rev 497) @@ -105,7 +105,6 @@ uint x::int = if x>=0 then bigint x else x+0x100000000L; ulong x::bigint = if x>=0 then x else x+0x10000000000000000L; - /* Absolute value and sign of a number. */ abs x::int | abs x::bigint | abs x::double This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |