phc-toolkit/scribblings/test-framework.scrbl
2017-04-27 23:38:55 +02:00

12 lines
389 B
Racket

#lang scribble/manual
@require[racket/require
"utils.rkt"
@for-label[phc-toolkit/test-framework]]
@title{test-framework}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@defmodule[phc-toolkit/test-framework
#:use-sources
[(submod (lib "phc-toolkit/test-framework.rkt") typed)]]
@include-section{test-framework-untyped.scrbl}