scribble-enhanced/collects/meta/web/html.rkt
Eli Barzilay 39ccb05def Generic (X)HTML generation framework
(Will later move into the scribble collection.)

original commit: 9a0b78d9ad35d7363d0aedd8669fb025c55d663d
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"))