Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. allPartitionsInc :: [[[[Int]]]]

    combinatorial Combinatorics.Partitions

    type Int is needed because of list node indexing

    QC.forAll (QC.choose (1,10)) $ \k -> QC.forAll (QC.choose (0,50)) $ \n -> Parts.partitionsInc k n == Parts.allPartitionsInc !! k !! n
    
    equating (take 30) (map genericLength (Parts.allPartitionsInc !! 1)) Parts.numPartitions
    

  2. allOptional :: (SectionSpec s () -> IniSpec s ()) -> SectionSpec s () -> IniSpec s ()

    config-ini Data.Ini.Config.Bidir

    Treat an entire section as containing entirely optional fields.

  3. allValues :: Finite a => [a]

    countable Data.Searchable

    Not necessarily in counting order.

  4. allWords :: [String] -> String

    cron System.Cron.Internal.Describe.Utils

    No documentation available.

  5. allOnes :: BinaryWord w => w

    data-bword Data.BinaryWord

    The word with all bits set to 1

  6. allZeroes :: BinaryWord w => w

    data-bword Data.BinaryWord

    The word with all bits set to 0

  7. allRotations :: CList a -> CList (CList a)

    data-clist Data.CircularList

    Return all possible rotations of the provided CList, where the focus is the provided CList.

  8. allRotations :: CList a -> CList (CList a)

    data-clist Data.CircularList.Internal

    Return all possible rotations of the provided CList, where the focus is the provided CList.

  9. allBlocked :: BuildableInfo a -> [a]

    debian Debian.GenBuildDeps

    No documentation available.

  10. allChanges :: (Monoid c, Ord c) => Params v o c -> Vector v -> Vector v -> ChangeMatrix o c

    edit-distance-vector Data.Vector.Distance

    O(nm). Calculate the complete matrix of edit scripts and costs between two vectors.

Page 110 of many | Previous | Next