The following function is very useful: ```haskell typeName :: forall a . Typeable a => Text ``` I'm tired of copy-pasting it in every my project. So I think it's a good idea to implement it directly in `relude`.
The following function is very useful:
I'm tired of copy-pasting it in every my project. So I think it's a good idea to implement it directly in
relude.