Composing functions with a intermediate polymorphic type in Haskell

前端 未结 0 1595
既然无缘
既然无缘 2020-12-20 03:58

I have the following file:

module SimpleComposition where

class Intermediate a where
    f :: a -> Int
    g :: Cha         


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