From 1921672149b4b049cb65963e8c0516a53f504d2d Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sat, 22 Feb 2014 17:54:29 -0800 Subject: [PATCH] and another --- scribblings/txexpr.scrbl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scribblings/txexpr.scrbl b/scribblings/txexpr.scrbl index 8685346..9ef74f7 100644 --- a/scribblings/txexpr.scrbl +++ b/scribblings/txexpr.scrbl @@ -14,13 +14,6 @@ A set of small but handy functions for improving the readability and reliability of programs that operate on tagged X-expressions (for short, @italic{txexpr}s). -@section{Importing the module} - -The module operates in two modes: fast and safe. Fast mode is the default, which you get by importing the module in the usual way: @code{(require txexpr)}. - -Safe mode enables the function contracts documented below. Use safe mode by importing the module as @code{(require (submod txexpr safe))}. - - @section{Installation} At the command line: @@ -29,6 +22,13 @@ At the command line: After that, you can update the package from the command line: @verbatim{raco pkg update txexpr} +@section{Importing the module} + +The module operates in two modes: fast and safe. Fast mode is the default, which you get by importing the module in the usual way: @code{(require txexpr)}. + +Safe mode enables the function contracts documented below. Use safe mode by importing the module as @code{(require (submod txexpr safe))}. + + @section{What’s a txexpr?} It's an X-expression with the following grammar: