Can I print in Haskell the type of a polymorphic function as it would become if I passed to it an entity of a concrete type?

前端 未结 0 1085
花落未央
花落未央 2020-12-12 03:51

Here\'s a function polymorphic in 3 types:

:t (.)
(.) :: (b -> c) -> (a -> b) -> a -> c

相关标签:
回答
  • 消灭零回复
提交回复
热议问题