Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. ident :: Ident -> TextBuilder

    postgresql-syntax PostgresqlSyntax.Rendering

    No documentation available.

  2. idFormatTokenREOptions :: FormatTokenREOptions

    regex Text.RE.ZeInternals

    a configuration that will preserve the parsed regular expression in the output

  3. identifier :: RegExp

    sbv Data.SBV.RegExp

    For the purposes of this regular expression, an identifier consists of a letter followed by zero or more letters, digits, underscores, and single quotes. The first letter must be lowercase.

    >>> prove $ \s -> s `match` identifier .=> isAsciiLower (head s)
    Q.E.D.
    
    >>> prove $ \s -> s `match` identifier .=> length s .>= 1
    Q.E.D.
    

  4. identity :: forall (m :: Type -> Type) a . Applicative m => Unfold m a a

    streamly-core Streamly.Internal.Data.Unfold

    Identity unfold. The unfold generates a singleton stream having the input as the only element.

    identity = function Prelude.id
    
    Pre-release

  5. idxCacheEval :: forall m t f (tp :: BaseType) . MonadIO m => IdxCache t f -> Expr t tp -> m (f tp) -> m (f tp)

    what4 What4.Expr.Builder

    Implements a cached evaluated using the given element. Given an element this function returns the value of the element if bound, and otherwise calls the evaluation function, stores the result in the cache, and returns the value.

  6. idxCacheEval' :: forall m t f (tp :: BaseType) . MonadIO m => IdxCache t f -> Nonce t tp -> m (f tp) -> m (f tp)

    what4 What4.Expr.Builder

    Implements a cached evaluated using the given element. Given an element this function returns the value of the element if bound, and otherwise calls the evaluation function, stores the result in the cache, and returns the value.

  7. identDoc :: Identifier -> Doc ()

    what4 What4.Protocol.VerilogWriter.ABCVerilog

    No documentation available.

  8. ident :: Text -> SExpr

    what4 What4.Serialize.Printer

    Lift an unquoted identifier.

  9. ident :: Text -> SExpr

    what4 What4.Serialize.SETokens

    Lift an unquoted identifier.

  10. ident' :: String -> SExpr

    what4 What4.Serialize.SETokens

    No documentation available.

Page 306 of many | Previous | Next