understanding cyclic/recursive data types in haskell

前端 未结 0 1620
孤街浪徒
孤街浪徒 2020-12-11 16:10

I\'m trying to fully understand haskell\'s data types, so I created these:

data District = District {nameOfCity :: String, 
                                  


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