info.ss
#lang setup/infotab
(define name
  "Multimethods")
(define blurb
  '("Procedures with multiple dispatch and ad-hoc type hierarchies."))
(define categories
  '(datastructures))
(define repositories
  '("4.x"))
(define version
  "1.1")
(define release-notes
  '((dl
     (dt "1.1") (dd "Added the missing " (tt "children") " and " (tt "underive") " procedures to the hierarchy module")
     (dt "1.0") (dd "Initial release"))))
(define primary-file
  "main.ss")
(define scribblings
  '(("scribblings/main.scrbl" (multi-page))))