ListZipper 模块 $ cabal install ListZipper Installed ListZipper-1.2.0.2 Prelude> :m +Data.List.Zipper Prelude Data.List.Zipper> Zipper 和 ListZipper Zipper 是一种带焦点(focus,也称游标, cursor)的数据结构.使用 Zipper 可以很方便的在底层数据结构中进行遍历,更新,插入,删除等操作. ListZipper 是建立在 List 这…