Conversation

*mind blown gif* I never thought of indexed data types as a function that case splits the indexing arg and returns a different data type in each case! Then to use a value of an indexed data type, you would have to case on the indexing arg first! (Nat if you want to split a Vec)
Image
4
23
For append: after the type signature I had `append a m n xs ys = ?12`, then I pressed c for case and said I wanted to split on m. Then I had what you see above. Then I pressed c again and said I wanted split on xs. So on and so forth. Did that help? What error are you getting?
1
1
Still feels abit awkward/clunky to me, but it might be because it's just an older UI with non-standard conventions. But then, I found that with Hazel too. But still, super cool stuff! I've seen Alfa's cool looking screenshots before, but never thought to actually try it out.
1