brownplt / pyret-docs

The documentation for Pyret.
9 stars 18 forks source link

Added doc for more string-dict methods #27

Open ds26gte opened 6 years ago

ds26gte commented 6 years ago

This addresses brownplt/pyret-lang#1245. It adds documentation for the immutable string-dict methods {merge, keys-list, map-keys, fold-keys, each-key} and the mutable-string-dict methogs {merge-now, keys-list-now, map-keys-now, fold-keys-now, each-key-now}.

schanzer commented 4 years ago

@ds26gte this PR seems awfully close to being mergeable. Any chance you can put an hour towards getting it across the finish line?