We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55ea88 commit 2b2a070Copy full SHA for 2b2a070
1 file changed
htdp-doc/scribblings/htdp-langs/info.rkt
@@ -2,3 +2,7 @@
2
3
(define scribblings '(("htdp-langs.scrbl" (multi-page) (teaching -12 ("HtDP")))
4
("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