roc/crates/compiler/derive_key/src
Brendan Hansknecht 482c084096
Change docs/errors from "optional" to "default value" record fields
I strongly believe that seeing the word "optional" is priming people wrong when it comes to this feature.
Especially given roc dose not have an `Optional/Option/Maybe` type, so users look for an alternative and find this.

This PR changes the name to "default value record fields".
It updates all docs and errors.
It does not update compiler internal naming.
That can be updated in a follow up PR if we want to, but I am also fine leaving it cause it is not exposed to users.
2024-04-03 08:55:35 -07:00
..
decoding.rs Remove Nat from Num 2024-01-26 16:19:51 -05:00
encoding.rs Remove Nat from Num 2024-01-26 16:19:51 -05:00
hash.rs Remove Nat from Hash, Inspect, Encode, Decode 2024-01-26 16:17:05 -05:00
inspect.rs Remove Nat from Num 2024-01-26 16:19:51 -05:00
lib.rs Change docs/errors from "optional" to "default value" record fields 2024-04-03 08:55:35 -07:00
util.rs Add derive key for Inspect 2023-11-28 16:40:39 -08:00