summary refs log tree commit diff stats
path: root/lib/pure/prelude.nim
blob: 5da6089618137d64aa9a3f85a4ce2ffb2103e9ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
#
#            Nim's Runtime Library
#        (c) Copyright 2012 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:: nim
##   include std/prelude
##
## Same as:
##
## .. code-block:: nim
##   import std/[os, strutils, times, parseutils, hashes, tables, sets, sequtils, parseopt]

# xxx deduplicate with prelude.rst

import std/[os, strutils, times, parseutils, hashes, tables, sets, sequtils, parseopt]