|
|
|
#lang scribble/manual
|
|
|
|
|
|
|
|
@(require scribble/eval (for-label racket sugar))
|
|
|
|
|
|
|
|
@(define my-eval (make-base-eval))
|
|
|
|
@(my-eval `(require sugar))
|
|
|
|
|
|
|
|
|
|
|
|
@title[#:style 'toc]{Sugar: readability & convenience library}
|
|
|
|
|
|
|
|
@author[(author+email "Matthew Butterick" "mb@mbtype.com")]
|
|
|
|
|
|
|
|
@defmodule[sugar]
|
|
|
|
|
|
|
|
A collection of small functions to help make Racket code simpler & more readable.
|
|
|
|
|
|
|
|
@;local-table-of-contents[]
|
|
|
|
|
|
|
|
@include-section["installation.scrbl"]
|
|
|
|
|
|
|
|
@include-section["coerce.scrbl"]
|
|
|
|
|
|
|
|
@include-section["container.scrbl"]
|
|
|
|
|
|
|
|
@include-section["debug.scrbl"]
|
|
|
|
|
|
|
|
@include-section["file.scrbl"]
|
|
|
|
|
|
|
|
@include-section["len.scrbl"]
|
|
|
|
|
|
|
|
@include-section["list.scrbl"]
|
|
|
|
|
|
|
|
@include-section["string.scrbl"]
|
|
|
|
|
|
|
|
@include-section["license.scrbl"]
|
|
|
|
|
|
|
|
@;index-section[]
|