Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. FormOptions :: (String -> String) -> FormOptions

    hyperbole Web.Hyperbole.View.Forms

    No documentation available.

  2. module Database.InfluxDB.Format

    No documentation available.

  3. data Format a r

    influxdb Database.InfluxDB.Format

    A typed format string. Format a r means that a is the type of formatted string, and r is the type of the formatter.

    >>> :t F.formatQuery
    F.formatQuery :: F.Format Query r -> r
    
    >>> :t F.key
    F.key :: F.Format r (Key -> r)
    
    >>> :t "SELECT * FROM "%F.key
    "SELECT * FROM "%F.key :: F.Format a (Key -> a)
    
    >>> :t F.formatQuery ("SELECT * FROM "%F.key)
    F.formatQuery ("SELECT * FROM "%F.key) :: Key -> Query
    
    >>> F.formatQuery ("SELECT * FROM "%F.key) "series"
    "SELECT * FROM \"series\""
    

  4. ForInStat :: Bool -> Ident -> JExpr -> JStat -> JStat

    jmacro Language.Javascript.JMacro

    No documentation available.

  5. ForeignStat :: Ident -> JLocalType -> JStat

    jmacro Language.Javascript.JMacro

    No documentation available.

  6. type Formatter a = a -> Value

    katip-wai Katip.Wai

    A formatter is a function that can convert a into json.

  7. type Formatter a = a -> Value

    katip-wai Katip.Wai.Options

    A formatter is a function that can convert a into json.

  8. ForwardSlash :: Key

    keycode Web.KeyCode

    Without Shift: /. With Shift: ?.

  9. ForAll :: forall d1 d . Atom (d1 -> d) Type -> Atom d Type

    kind-apply Data.PolyKinded.Atom

    Represents universal quantification.

  10. newtype ForAllI (f :: Atom d1 -> d Type) (tys :: LoT d)

    kind-apply Data.PolyKinded.Atom

    Auxiliary type for interpretation of the ForAll atom. Required because a type family like Interpret cannot return a polymorphic type.

Page 335 of many | Previous | Next