mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Add derive key for Inspect
This commit is contained in:
parent
fb9e0fc777
commit
d0841fb018
6 changed files with 259 additions and 1 deletions
|
@ -60,3 +60,7 @@ pub(crate) fn debug_name_tag(tags: &[(TagName, u16)]) -> String {
|
|||
str.push(']');
|
||||
str
|
||||
}
|
||||
|
||||
pub(crate) fn debug_name_fn(arity: u32) -> String {
|
||||
format!("(arity:{arity} -> _)")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue