~ubuntu-branches/ubuntu/lucid/agda-stdlib/lucid

« back to all changes in this revision

Viewing changes to README.txt

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane
  • Date: 2010-01-08 23:35:09 UTC
  • Revision ID: james.westby@ubuntu.com-20100108233509-l6ejt9xji64xysfb
ImportĀ upstreamĀ versionĀ 0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
------------------------------------------------------------------------
 
2
The Agda standard library
 
3
------------------------------------------------------------------------
 
4
 
 
5
For information about the library, see README.agda.
 
6
 
 
7
The README module imports the Everything module. This module is
 
8
generated automatically; if you have downloaded the library from its
 
9
darcs repository and want to type check README you can construct
 
10
Everything by running "runhaskell GenerateEverything.hs". Note that
 
11
the GenerateEverything program depends on the filepath and FileManip
 
12
packages from Hackage.
 
13
 
 
14
Note that all library sources are located under src. The modules
 
15
README and Everything are not really part of the library, so these
 
16
modules are located in the top-level directory instead.