We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fce645 commit 2746b8eCopy full SHA for 2746b8e
typed-racket-more/typed/xml/plist.rkt
@@ -23,4 +23,4 @@
23
[plist-value? (-> Any Boolean)]
24
[plist-dict? (-> Any Boolean)]
25
[read-plist (-> Input-Port Plist-Value)]
26
- [write-plist (-> Plist-Dict Output-Port Void)])
+ [write-plist (-> Plist-Value Output-Port Void)])
0 commit comments