summary refs log tree commit diff stats
path: root/lib/pure/math.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <andreas@andreas-desktop>2010-01-21 19:05:14 +0100
committerAndreas Rumpf <andreas@andreas-desktop>2010-01-21 19:05:14 +0100
commit0ea4b71eec1fc2b738b203e4196f281be49d6aae (patch)
treee301abea641bd18e57db05cd98829ba196e97ca5 /lib/pure/math.nim
parentb50133b50f12025faf4801558f7e42cd96493da0 (diff)
downloadNim-0ea4b71eec1fc2b738b203e4196f281be49d6aae.tar.gz
atomic is now a keyword
Diffstat (limited to 'lib/pure/math.nim')
-rwxr-xr-xlib/pure/math.nim4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/pure/math.nim b/lib/pure/math.nim
index 50226f0f4..cf4b6d95c 100755
--- a/lib/pure/math.nim
+++ b/lib/pure/math.nim
@@ -1,12 +1,14 @@
 #
 #
 #            Nimrod's Runtime Library
-#        (c) Copyright 2009 Andreas Rumpf
+#        (c) Copyright 2010 Andreas Rumpf
 #
 #    See the file "copying.txt", included in this
 #    distribution, for details about the copyright.
 #
 
+##   Constructive mathematics is naturally typed. -- Simon Thompson
+## 
 ## Basic math routines for Nimrod.
 ## This module is available for the ECMAScript target.