export const getHumanReadableName = symbol => symbol.slice(0, -34); // drop UUID export const eqSymbol = a => b => a === b;