Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. numIn :: forall unit (dim :: [Factor Type]) (lcsu :: LCSU Type) n . (ValidDLU dim lcsu unit, VectorSpace n, Fractional (Scalar n)) => Qu dim lcsu n -> unit -> n

    units Data.Metrology.Vector

    Extracts a numerical value from a dimensioned quantity, expressed in the given unit. For example:

    inMeters :: Length -> Double
    inMeters x = numIn x Meter
    
    or
    inMeters x = x # Meter
    

  2. numeral :: Integer -> Term

    what4 What4.Protocol.SMTLib2.Syntax

    Create a numeral literal from the given integer.

  3. numberlockMask :: XState -> !KeyMask

    xmonad XMonad.Core

    The numlock modifier

  4. numHoles :: NumHoles a => a -> Int

    Agda Agda.Syntax.Concrete.Name

    No documentation available.

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

    Agda Agda.Syntax.Concrete.Pattern

    Count the number of with-subpatterns in a pattern?

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

    Agda Agda.Syntax.Internal.Pattern

    Augment pattern variables with their de Bruijn index.

  7. 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 ";"]

  8. numberOfBlockCommentForms :: CF -> Int

    BNFC BNFC.CF

    Number of block comment forms defined in the grammar file.

  9. numberOfAlignedSequences :: GroupSummary -> Maybe Int

    ClustalParser Biobase.Clustal.Types

    No documentation available.

  10. numbers :: Alphabet

    NanoID Data.NanoID

    No documentation available.

Page 96 of many | Previous | Next