dependent-type
Pattern matching not specialising types
I\'m playing around in Coq, trying to create a sorted list. I just wanted a function that takes a list [1,2,3,2,4] and would return something like Sorted [1,2,3,4] - i.e. taking out the bad parts, but[详细]
2023-03-07 15:17 分类:问答