Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / standard / standard.nit
index 3dab695..1ff8288 100644 (file)
@@ -1,8 +1,5 @@
 # This file is part of NIT ( http://www.nitlanguage.org ).
 #
-# Copyright 2004-2008 Jean Privat <jean@pryen.org>
-# Copyright 2008 Floréal Morandat <morandat@lirmm.fr>
-#
 # This file is free software, which comes along with NIT.  This software is
 # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
 # without  even  the implied warranty of  MERCHANTABILITY or  FITNESS FOR A
 # You  are  allowed  to  redistribute it and sell it, alone or is a part of
 # another product.
 
-# Standard classes and methods used by default by Nit programs and libraries.
-# This module is implicitly imported by every module.
-module standard
+# Old module implicitly imported by the old compiler.
+# Now it just import `core`
+module standard is
+       # Use `core` instead of `standard`.
+       deprecated
+end
 
-import posix
-import environ
-import time
-import file
-import exec
-import stream
-import collection
-import math
-import text
-import kernel
-import gc
-import bitset
-import queue
-import numeric
-import error
-import re
-import bytes
-import fixed_ints
+import core