mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Build derive keys for derivable records
This commit is contained in:
parent
275391c065
commit
aa5e1e6a27
5 changed files with 51 additions and 17 deletions
|
@ -22,6 +22,7 @@ pub(crate) fn derive_decoder(
|
|||
) -> DerivedBody {
|
||||
let (body, body_type) = match key {
|
||||
FlatDecodableKey::List() => decoder_list(env, def_symbol),
|
||||
FlatDecodableKey::Record(_) => todo!(),
|
||||
};
|
||||
|
||||
let specialization_lambda_sets =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue