Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
.: ) :: FromJSON a => Value -> Text -> agithub-rest GitHub.REST Get the given key from the Value, erroring if it doesn't exist.
(
-: ) :: Key a b -> Keys a -> Keys agreskell Data.Greskell (
.: ) :: FromGraphSON a => KeyMap GValue -> Key -> Parser agreskell Data.Greskell Like Aeson's .:, but for FromGraphSON.
(
=: ) :: Key a b -> Greskell b -> KeyValue agreskell Data.Greskell Constructor operator of KeyValue.
(
<=:> ) :: ToJSON b => Key a b -> b -> Binder (KeyValue a)greskell Data.Greskell.Extra Like =:, but this one takes a real value, binds it into a Greskell value and returns KeyValue.
(
-: ) :: Key a b -> Keys a -> Keys agreskell Data.Greskell.Graph (
=: ) :: Key a b -> Greskell b -> KeyValue agreskell Data.Greskell.Graph Constructor operator of KeyValue.
(
<:> ) :: Text -> [Text] -> Texthaskoin-store-data Haskoin.Store.WebCommon No documentation available.
(
.: ) :: FromJSON a => Object -> Key -> Parser ahledger-web Hledger.Web.Import Retrieve the value associated with the given key of an Object. The result is empty if the key is not present or the value cannot be converted to the desired type. This accessor is appropriate if the key and value must be present in an object for it to be valid. If the key and value are optional, use .:? instead.
(
<:> ) :: forall a (n :: Nat) . a -> NList n a -> NList (n + 1) aindexed-containers Data.NList Prepend an element to a list.
'a' <:> singleton 'b' === mk2 'a' 'b'