hyper-literate/scribble-lib/scribble/examples.rkt
Matthew Flatt d2bf2e49c5 move scribble/examples to scribble/example
Use singular to follow the naming convention of the style guide.
2015-12-18 06:28:27 -07:00

5 lines
82 B
Racket

#lang racket/base
(require "example.rkt")
(provide (all-from-out "example.rkt"))