How to use the map function correcly, to apply a function to every element in a list in Haskell?

前端 未结 0 1440
栀梦
栀梦 2021-01-23 23:13

I have a quation about the following method.

So my goal is to output every Data Node (or leaf) of this MultTree:

data MultTree a = Indexnode a a [MultTree          


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