typed/mred

- use (Listof Any) instead of List
 

svn: r13439

original commit: 8416536f441d0bd1f010a75a264e02e096921840
This commit is contained in:
Sam Tobin-Hochstadt 2009-02-04 23:33:24 +00:00
parent 2f4a6079e0
commit e2b8fc48b8

View File

@ -22,7 +22,7 @@
[alignment (List Symbol Symbol) #t])
()))
(dt Choice% (Class ()
([parent Any] [label String] [choices List] [callback Any])
([parent Any] [label String] [choices (Listof Any)] [callback Any])
([get-string-selection (-> (Option String))]
[set-string-selection (String -> Void)])))
(dt Message% (Class ()