我是haskell的新手,我尝试将元素添加到元组列表的末尾
例如:
[(1,2,3),(2,3,4)]我想补充(3,4,5).[(1,2,3),(2,3,4),(3,4,5)]
haskell tuples list
haskell ×1
list ×1
tuples ×1