From 43e43b548cbcb76eb4b6b12cca5c939a515f304e Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sat, 18 Feb 2012 12:29:22 -0500 Subject: [PATCH] Correction to a data definition. --- api.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.rkt b/api.rkt index fb4fdc1..e3f9381 100644 --- a/api.rkt +++ b/api.rkt @@ -64,7 +64,7 @@ (struct question (name type class) #:transparent) ;; An AnsweredQuestion is an (answered-question Question -;; CompleteAnswer). +;; Maybe). (struct answered-question (q a) #:transparent) ;; A CompleteAnswer is a (complete-answer Set Set Set)