How to compose polymorphic functions in Haskell?

前端 未结 0 933
鱼传尺愫
鱼传尺愫 2020-12-19 02:29

I have the following file:

module SimpleComposition where

class Domain a where
    f :: a -> a
    g :: a -> a

         


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