mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-08-14 12:50:37 +03:00
M: Replace functional typification label
This commit is contained in:
parent
f56f5afeab
commit
e8e32d127b
|
@ -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