How i can do induction to demostrate that (∀list:: [a])(∀x :: a) cut x (cut x list) = 0?

前端 未结 0 1154
梦如初夏
梦如初夏 2020-11-22 03:21

How i can start demonstrating that cut function is fulfilled (∀list:: [a])(∀x :: a) cut x (cut x list) = 0

cut :: Eq a => a -> [a] -> [a]
    cut = \         


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