|
@@ -1,12 +1,12 @@
|
|
-{-| The @blah@ library attempts to be as general as possible, and to
|
|
|
|
- support a wide range of use-cases for s-expressions. It is built
|
|
|
|
|
|
+{-| The "s-cargot" library attempts to be as general as possible, and
|
|
|
|
+ to support a wide range of use-cases for s-expressions. It is built
|
|
around a core of primitives which are then exposed in various
|
|
around a core of primitives which are then exposed in various
|
|
ways, and can be easily and flexibly extended. This tutorial
|
|
ways, and can be easily and flexibly extended. This tutorial
|
|
describes particular use-cases, and then shows how to adapt this
|
|
describes particular use-cases, and then shows how to adapt this
|
|
library to that use-case.
|
|
library to that use-case.
|
|
-}
|
|
-}
|
|
|
|
|
|
-module Data.SExpression.Tutorial
|
|
|
|
|
|
+module Data.SCargot.Tutorial
|
|
( -- * Basic Usage and Organization
|
|
( -- * Basic Usage and Organization
|
|
-- $usage
|
|
-- $usage
|
|
-- * Analyzing Scheme code
|
|
-- * Analyzing Scheme code
|