Idiomatic efficient Haskell append?

后端 未结 0 1722
挽巷
挽巷 2020-12-23 05:35

List and the cons operator (:) are very common in Haskell. Cons is our friend. But sometimes I want to add to the end of a list instead.

xs `app         


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