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. numHoles :: NumHoles a => a -> Int

    Agda Agda.Syntax.Concrete.Name

    No documentation available.

  2. numberOfWithPatterns :: CPatternLike p => p -> Int

    Agda Agda.Syntax.Concrete.Pattern

    Count the number of with-subpatterns in a pattern?

  3. numberPatVars :: (LabelPatVars a b, PatVarLabel b ~ Int) => Int -> Permutation -> a -> b

    Agda Agda.Syntax.Internal.Pattern

    Augment pattern variables with their de Bruijn index.

  4. numVars :: [Either Cat a] -> [Either (Cat, Doc) a]

    BNFC BNFC.Backend.Common.NamedVariables

    Anotate the right hand side of a rule with variable names for the non-terminals. >>> numVars [Left (Cat A), Right "+", Left (Cat B)] [Left (A,a_),Right "+",Left (B,b_)] >>> numVars [Left (Cat A), Left (Cat A), Right ";"] [Left (A,a_1),Left (A,a_2),Right ";"]

  5. numberOfBlockCommentForms :: CF -> Int

    BNFC BNFC.CF

    Number of block comment forms defined in the grammar file.

  6. numberOfAlignedSequences :: GroupSummary -> Maybe Int

    ClustalParser Biobase.Clustal.Types

    No documentation available.

  7. numbers :: Alphabet

    NanoID Data.NanoID

    No documentation available.

  8. numVar :: String -> Maybe Int

    RefSerialize Data.RefSerialize.Serialize

    No documentation available.

  9. numericalStatus :: VariableValue -> NumericalStatus

    ShellCheck ShellCheck.CFGAnalysis

    No documentation available.

  10. numElems :: IO Int

    TCache Data.TCache

    Return the total number of DBRefs in the cache. For debug purposes. This does not count the number of objects in the cache since many of the DBRefs may not have the referenced object loaded. It's O(n).

Page 93 of many | Previous | Next