You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
685 B
Racket
36 lines
685 B
Racket
#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["license.scrbl"]
|
|
|
|
@index-section[]
|