Closed anton-trunov closed 7 years ago
Lemma simplify_me : size [::] = 0. won't compile because we can't infer the type of the elements of the empty sequence.
Lemma simplify_me : size [::] = 0.
Thanks for spotting this! Commit 433982ae6419d97d589c3d1f3be1b97edf3b9bff should solve this issue...
Lemma simplify_me : size [::] = 0.
won't compile because we can't infer the type of the elements of the empty sequence.