Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. xC_cross_reverse :: Glyph

    xmonad XMonad

    No documentation available.

  2. stripReversedSuffix :: Eq a => ReversedSuffix a -> [a] -> Maybe (Prefix a)

    Agda Agda.Utils.List

    stripReversedSuffix rsuf xs = Just pre iff xs = pre ++ reverse suf. O(n).

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

    aftovolio Aftovolio.Halfsplit

    No documentation available.

  4. concatReverse :: Chunks a -> SmallArray a

    array-chunks Data.Chunks

    No documentation available.

  5. 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]
    

  6. propReverse10 :: T N10 -> Bool

    battleship-combinatorics Combinatorics.Battleship.Count.Frontier

    No documentation available.

  7. propReverse4 :: T N4 -> Bool

    battleship-combinatorics Combinatorics.Battleship.Count.Frontier

    No documentation available.

  8. propReverse5 :: T N5 -> Bool

    battleship-combinatorics Combinatorics.Battleship.Count.Frontier

    No documentation available.

  9. propReverse6 :: T N6 -> Bool

    battleship-combinatorics Combinatorics.Battleship.Count.Frontier

    No documentation available.

  10. propReverse7 :: T N7 -> Bool

    battleship-combinatorics Combinatorics.Battleship.Count.Frontier

    No documentation available.

Page 71 of many | Previous | Next