Home
last modified time | relevance | path

Searched defs:nextHole (Results 1 – 5 of 5) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Utils/
H A DZipper.hs21 nextHole x (ListZip ys []) = Left (reverse (x : ys)) function
22 nextHole x (ListZip ys (z : zs)) = Right (z, ListZip (x : ys) zs) function
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Reduce/
H A DFast.hs628 nextHole a (IApplyType x y) = Right (x, IApplyFst a y) function
629 nextHole x (IApplyFst a y) = Right (y, IApplySnd a x) function
630 nextHole y (IApplySnd a x) = Left (IApply a x y) function
631 nextHole x c@ApplyCxt{} = Left (plugHole x c) function
/dports/games/kolf/kolf-21.12.3/
H A Dgame.cpp2129 void KolfGame::nextHole() in nextHole() function in KolfGame
/dports/devel/capnproto/capnproto-0.9.0/c++/src/kj/
H A Dfilesystem-disk-unix.c++582 off_t nextHole; in copy() local
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/kj/
H A Dfilesystem-disk-unix.c++577 off_t nextHole; in copy() local