Equations
- first_coord (myProd3.building_a_pair a a_1) = a
Instances For
Equations
- tail_of_myList myList.empty = none
- tail_of_myList (L_2.build i a) = some i
Instances For
Equations
Instances For
Equations
Instances For
Equations
- ValidList.nil.length = 0
- (ValidList.cons k hk tail h_ne).length = 1 + tail.length
Instances For
Equations
- tree_to_mylist M myList.empty = [M]
- tree_to_mylist M (star.build k a) = ↑k * M :: tree_to_mylist M star