Hoogle Search
Within LTS Haskell 24.10 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
noChangeReverse :: Bool -> [a] -> [a]aftovolio Aftovolio.Halfsplit No documentation available.
concatReverse :: Chunks a -> SmallArray aarray-chunks Data.Chunks No documentation available.
copyReverse :: SmallMutableArray s a -> Int -> Chunks a -> ST s Intarray-chunks Data.Chunks Copy the contents of the chunks into a mutable array, reversing the order of the chunks. Precondition: The destination must have enough space to house the contents. This is not checked.
dest (before): [x,x,x,x,x,x,x,x,x,x,x,x] copyReverse dest 10 [[X,Y,Z],[A,B],[C,D]] (returns 3) dest (after): [x,x,x,C,D,A,B,X,Y,Z,x,x]
propReverse10 :: T N10 -> Boolbattleship-combinatorics Combinatorics.Battleship.Count.Frontier No documentation available.
-
battleship-combinatorics Combinatorics.Battleship.Count.Frontier No documentation available.
-
battleship-combinatorics Combinatorics.Battleship.Count.Frontier No documentation available.
-
battleship-combinatorics Combinatorics.Battleship.Count.Frontier No documentation available.
-
battleship-combinatorics Combinatorics.Battleship.Count.Frontier No documentation available.
-
battleship-combinatorics Combinatorics.Battleship.Count.Frontier No documentation available.
-
battleship-combinatorics Combinatorics.Battleship.Count.Frontier No documentation available.