export const newDynamic = i => t => ({i, t}); export const getInst = lnk => lnk.i; export const getType = lnk => lnk.t;