Support specialization of ability members that don't decay to functions

This commit is contained in:
Ayaz Hafiz 2022-08-03 10:16:22 -05:00
parent b4e7ae0654
commit b62c9d1faa
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
5 changed files with 28 additions and 9 deletions

View file

@ -16,6 +16,7 @@ use roc_types::subs::{
};
use util::Env;
mod decoding;
mod encoding;
mod util;