M: Replace functional typification label
This commit is contained in:
parent
6b36a3fd41
commit
65a65aba41
|
@ -376,7 +376,7 @@ export function labelTypification({
|
||||||
return resultType;
|
return resultType;
|
||||||
}
|
}
|
||||||
const argsText = args.map(arg => arg.typification).join(', ');
|
const argsText = args.map(arg => arg.typification).join(', ');
|
||||||
return `${resultType} 🠔 [${argsText}]`;
|
return `[${argsText}] 🠖 ${resultType}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user