Skip to content

Commit 2746b8e

Browse files
joergen7samth
authored andcommitted
improve type definition of write-plist
1 parent 8fce645 commit 2746b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typed-racket-more/typed/xml/plist.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
[plist-value? (-> Any Boolean)]
2424
[plist-dict? (-> Any Boolean)]
2525
[read-plist (-> Input-Port Plist-Value)]
26-
[write-plist (-> Plist-Dict Output-Port Void)])
26+
[write-plist (-> Plist-Value Output-Port Void)])

0 commit comments

Comments
 (0)