contrib/objcwrapper makefile: add the NSAlert check
[nit.git] / lib / standard / standard.nit
index 2c5f73a..2251bc3 100644 (file)
 # You  are  allowed  to  redistribute it and sell it, alone or is a part of
 # another product.
 
-# This module is implicitely imported by every module.
-package standard
+# Standard classes and methods used by default by Nit programs and libraries.
+# This module is implicitly imported by every module.
+module standard
 
+import posix
 import environ 
 import time
-import string_search
 import file
 import exec
 import stream
-import hash
-import symbol
-import string
 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