Build derive keys for derivable records

This commit is contained in:
Ayaz Hafiz 2022-08-09 09:01:42 -07:00
parent 275391c065
commit aa5e1e6a27
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
5 changed files with 51 additions and 17 deletions

View file

@ -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 =