info.ss
(module info (lib "infotab.ss" "setup")
  (define name "List Accessor Predicates")
  (define blurb
    (list "This library defines the missing predicates to test whether a given list accessor car, cdr, cadr, caar, cdar, etc. can be applied. The corresponding predicates are called cadr?, caar?, cdar?, and so on, where car? and cdr? are synonyms for pair? Up to four combinations of car? and cdr? are supported.\n\nThe predicates are defined using macros and should work efficiently."))
  (define primary-file "list-accessor-predicates.ss")
  (define doc.txt "doc.txt")
  (define categories '(misc)))