Correction to a data definition.

This commit is contained in:
Tony Garnock-Jones 2012-02-18 12:29:22 -05:00
parent 1d3cb6f094
commit 43e43b548c
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
(struct question (name type class) #:transparent)
;; An AnsweredQuestion is an (answered-question Question
;; CompleteAnswer).
;; Maybe<CompleteAnswer>).
(struct answered-question (q a) #:transparent)
;; A CompleteAnswer is a (complete-answer Set<RR> Set<RR> Set<RR>)