Hacker News new | ask | show | jobs
by tome 2923 days ago
I feel the responses to you were somewhat unhelpful. Would they also claim that something of type `MyFun Char` is not a function, where

    data MyFun a = MyFun (() -> Char)
Technically they'd be right.