How do I modify this Haskell function so I don't have to import Data.Bool and only use prelude function?

前端 未结 0 2013
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-10 12:54

I want to build function below using only prelude built in function without importing Data.Bool. How can I do this so it returns same output?

increment :: [Bo         


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