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.
6 lines
412 B
Racket
6 lines
412 B
Racket
9 years ago
|
#lang racket/base
|
||
|
;; because `raco test` will not automatically reach .pm or .pp files
|
||
|
(require (prefix-in burial: "../scribblings/third-tutorial-files/burial.html.pm")
|
||
|
(prefix-in chess: "../scribblings/third-tutorial-files/chess.html.pm")
|
||
|
(prefix-in sermon: "../scribblings/third-tutorial-files/sermon.html.pm")
|
||
|
(prefix-in styles: "../scribblings/third-tutorial-files/styles.css.pp"))
|