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.
FormOptions :: (String -> String) -> FormOptionshyperbole Web.Hyperbole.View.Forms No documentation available.
module Database.InfluxDB.
Format No documentation available.
-
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\"" ForInStat :: Bool -> Ident -> JExpr -> JStat -> JStatjmacro Language.Javascript.JMacro No documentation available.
ForeignStat :: Ident -> JLocalType -> JStatjmacro Language.Javascript.JMacro No documentation available.
-
katip-wai Katip.Wai A formatter is a function that can convert a into json.
-
katip-wai Katip.Wai.Options A formatter is a function that can convert a into json.
-
keycode Web.KeyCode Without Shift: /. With Shift: ?.
ForAll :: forall d1 d . Atom (d1 -> d) Type -> Atom d Typekind-apply Data.PolyKinded.Atom Represents universal quantification.
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.