Hacker News new | ask | show | jobs
by kfl 5093 days ago
Yes in ML you'd have to eta-expand first:

    val id : 'a -> 'a
    fun id x = id x