Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. identityPoolId :: CognitoIdentity -> Text

    hal AWS.Lambda.Context

    No documentation available.

  2. identity :: RequestContext a -> Identity

    hal AWS.Lambda.Events.ApiGateway.ProxyRequest

    No documentation available.

  3. identity :: DynamicContext -> Maybe CognitoIdentity

    hal AWS.Lambda.Internal

    No documentation available.

  4. ident :: forall (s :: [Nat]) a . (KnownNats s, Additive a, Multiplicative a) => Array s a

    harpie-numhask Harpie.NumHask

    The identity array.

    >>> pretty $ ident @[3,3]
    [[1,0,0],
    [0,1,0],
    [0,0,1]]
    

  5. identifyForm :: forall (m :: Type -> Type) a . Monad m => Text -> (Markup -> MForm m (FormResult a, WidgetFor (HandlerSite m) ())) -> Markup -> MForm m (FormResult a, WidgetFor (HandlerSite m) ())

    hledger-web Hledger.Web.Import

    Creates a hidden field on the form that identifies it. This identification is then used to distinguish between missing and wrong form data when a single handler contains more than one form. For instance, if you have the following code on your handler:

    ((fooRes, fooWidget), fooEnctype) <- runFormPost fooForm
    ((barRes, barWidget), barEnctype) <- runFormPost barForm
    
    Then replace it with
    ((fooRes, fooWidget), fooEnctype) <- runFormPost $ identifyForm "foo" fooForm
    ((barRes, barWidget), barEnctype) <- runFormPost $ identifyForm "bar" barForm
    
    Note that it's your responsibility to ensure that the identification strings are unique (using the same one twice on a single handler will not generate any errors). This allows you to create a variable number of forms and still have them work even if their number or order change between the HTML generation and the form submission.

  6. id2sym :: RID -> RValue

    hruby Foreign.Ruby.Bindings

    No documentation available.

  7. idKeys :: (Functor f, HasField s "idKeys" a) => LensLike' f s a

    hs-opentelemetry-otlp Proto.Opentelemetry.Proto.Common.V1.Common_Fields

    No documentation available.

  8. package identicon

    Flexible generation of identicons Flexible generation of identicons.

  9. identifier :: String -> String -> Text

    influxdb Database.InfluxDB.Types

    No documentation available.

  10. idiv :: Integral a => Interval a -> Interval a -> Interval a

    intervals Numeric.Interval

    an interval containing all x div y >>> (5 div 3) member ((4...6) idiv (2...4)) True >>> (1...10) idiv ((-5)...4) *** Exception: divide by zero

Page 320 of many | Previous | Next