Skip to content

Commit 2b2a070

Browse files
committed
declare the HtDP family for listing on a family-choosing page
1 parent f55ea88 commit 2b2a070

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

htdp-doc/scribblings/htdp-langs/info.rkt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22

33
(define scribblings '(("htdp-langs.scrbl" (multi-page) (teaching -12 ("HtDP")))
44
("htdp-ptr.scrbl" () (teaching -11))))
5+
6+
(define language-family (list (hash 'fam "HtDP"
7+
'doc '(lib "scribblings/htdp-langs/htdp-langs.scrbl")
8+
'order -100)))

0 commit comments

Comments
 (0)