summary refs log blame commit diff stats
path: root/lib/prelude.nim
blob: cdd241581a0686dc85044cdf6f3d3e3247d7872a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                                      
                                                                           
 
                                                                      

 
#
#
#            Nimrod's Runtime Library
#        (c) Copyright 2011 Andreas Rumpf
#
#    See the file "copying.txt", included in this
#    distribution, for details about the copyright.
#

## This is an include file that simply imports common modules for your
## convenience:
##
## .. code-block:: nimrod
##   include prelude
##
## Same as:
##
## .. code-block:: nimrod
##   import os, strutils, times, parseutils, parseopt, hashes, tables, sets

import os, strutils, times, parseutils, parseopt, hashes, tables, sets