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.
numHoles :: NumHoles a => a -> IntAgda Agda.Syntax.Concrete.Name No documentation available.
numberOfWithPatterns :: CPatternLike p => p -> IntAgda Agda.Syntax.Concrete.Pattern Count the number of with-subpatterns in a pattern?
numberPatVars :: (LabelPatVars a b, PatVarLabel b ~ Int) => Int -> Permutation -> a -> bAgda Agda.Syntax.Internal.Pattern Augment pattern variables with their de Bruijn index.
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 ";"]
numberOfBlockCommentForms :: CF -> IntBNFC BNFC.CF Number of block comment forms defined in the grammar file.
numberOfAlignedSequences :: GroupSummary -> Maybe IntClustalParser Biobase.Clustal.Types No documentation available.
-
NanoID Data.NanoID No documentation available.
-
RefSerialize Data.RefSerialize.Serialize No documentation available.
numericalStatus :: VariableValue -> NumericalStatusShellCheck ShellCheck.CFGAnalysis No documentation available.
-
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).