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.

  1. noChangeReverse :: Bool -> [a] -> [a]

    aftovolio Aftovolio.Halfsplit

    No documentation available.

  2. concatReverse :: Chunks a -> SmallArray a

    array-chunks Data.Chunks

    No documentation available.

  3. copyReverse :: SmallMutableArray s a -> Int -> Chunks a -> ST s Int

    array-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]
    

  4. propReverse10 :: T N10 -> Bool

    battleship-combinatorics Combinatorics.Battleship.Count.Frontier

    No documentation available.

  5. propReverse4 :: T N4 -> Bool

    battleship-combinatorics Combinatorics.Battleship.Count.Frontier

    No documentation available.

  6. propReverse5 :: T N5 -> Bool

    battleship-combinatorics Combinatorics.Battleship.Count.Frontier

    No documentation available.

  7. propReverse6 :: T N6 -> Bool

    battleship-combinatorics Combinatorics.Battleship.Count.Frontier

    No documentation available.

  8. propReverse7 :: T N7 -> Bool

    battleship-combinatorics Combinatorics.Battleship.Count.Frontier

    No documentation available.

  9. propReverse8 :: T N8 -> Bool

    battleship-combinatorics Combinatorics.Battleship.Count.Frontier

    No documentation available.

  10. propReverse9 :: T N9 -> Bool

    battleship-combinatorics Combinatorics.Battleship.Count.Frontier

    No documentation available.

Page 71 of many | Previous | Next