From bf8d332bc9bb704e498fdf8beb0ac22c3c50de13 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Wed, 15 Mar 2017 15:00:47 -0700 Subject: [PATCH] groovier --- beautiful-racket-lib/br/scribblings/br.scrbl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/beautiful-racket-lib/br/scribblings/br.scrbl b/beautiful-racket-lib/br/scribblings/br.scrbl index 9cdf242..a590632 100644 --- a/beautiful-racket-lib/br/scribblings/br.scrbl +++ b/beautiful-racket-lib/br/scribblings/br.scrbl @@ -639,7 +639,7 @@ Lists the indents at the beginning of each line in @racket[str]. Useful for unit } -@section{Other helpers} +@section{Lists} @defmodule[br/list] @@ -673,6 +673,8 @@ xs ] } +@section{Reader utilities} + @defmodule[br/reader-utils]