I'm wondering why do we need function like "%identity", which is the same as let a = a. Is it going to improve performance by using it ?
I'm introducing phantom typing in my program, calling identity functions a ton times to convert types, curious if "%identity" can reduce a bit of overhead.