racket/collects/meta/web/html.rkt
Eli Barzilay 9a0b78d9ad Generic (X)HTML generation framework
(Will later move into the scribble collection.)
2010-06-05 08:53:53 -04:00

5 lines
86 B
Racket

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