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: