Proofs of structural properties of arguments in match in coq

前端 未结 0 1566
感动是毒
感动是毒 2021-02-05 21:37

I would like to write a safe zip function in coq that accepts the argument length equality as an argument.

Fixpoint zip {b a:Type} (proof : length l1 = length l2)         


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