From 198757a4374afe3d60407d9102777f47bab114c8 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sat, 25 Feb 2017 15:14:14 -0800 Subject: [PATCH] stub out lang docs --- beautiful-racket-lib/br/scribblings/br.scrbl | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/beautiful-racket-lib/br/scribblings/br.scrbl b/beautiful-racket-lib/br/scribblings/br.scrbl index c08daeb..814ccfc 100644 --- a/beautiful-racket-lib/br/scribblings/br.scrbl +++ b/beautiful-racket-lib/br/scribblings/br.scrbl @@ -19,15 +19,6 @@ This library provides the @tt{#lang br} teaching language used in the book, as w This library is designed to smooth over some of the small idiosyncrasies and inconsistencies in Racket, so that those new to Racket are more likely to say ``ah, that makes sense'' rather than ``huh? what?'' -@;{ -@section{The @tt{br} language(s)} - -@defmodulelang[br] - - -@defmodulelang[br/quicklang] -} - @section{Conditionals} @@ -623,3 +614,11 @@ xs + +@section{The @tt{br} language(s)} + +@defmodulelang[br] + + +@defmodulelang[br/quicklang] +