jackfirth / rebellion

A collection of core libraries for Racket
https://pkgs.racket-lang.org/package/rebellion
Apache License 2.0
83 stars 16 forks source link

Records documentation should point towards record types #400

Open jackfirth opened 4 years ago

jackfirth commented 4 years ago

It's not obvious when to use rebellion/collection/record v.s. rebellion/type/record. The docs for rebellion/collection/record should suggest using rebellion/type/record instead when you know the field names at compile time.

Came up in a Slack conversation.