Home
last modified time | relevance | path

Searched refs:ListZip (Results 1 – 2 of 2) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Utils/
H A DZipper.hs12 data ListZipper a = ListZip [a] [a] constructor
18 firstHole (x : xs) = Just (x, ListZip [] xs)
20 plugHole x (ListZip ys zs) = reverse ys ++ x : zs
21 nextHole x (ListZip ys []) = Left (reverse (x : ys))
22 nextHole x (ListZip ys (z : zs)) = Right (z, ListZip (x : ys) zs)
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/SharpZipLib/ICSharpCode.SharpZipLib.Samples/cs/sz/
H A Dsz.cs565 void ListZip(string fileName) { in ListZip() method in ICSharpCode.SharpZipLib.Samples.SZ.SharpZipArchiver
737 ListZip(file); in List()