Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
:*: ) :: a -> b -> StrictPair a bghc-lib-parser GHC.Utils.Containers.Internal.StrictPair No documentation available.
(
::= ) :: ReadWriteAttr o a b -> (o -> b) -> AttrOp oglib System.Glib.Attributes Assign a value to an attribute with the object as an argument.
(
::~ ) :: ReadWriteAttr o a b -> (o -> a -> b) -> AttrOp oglib System.Glib.Attributes Apply an update function to an attribute with the object as an argument.
(
:= ) :: ReadWriteAttr o a b -> b -> AttrOp oglib System.Glib.Attributes Assign a value to an attribute.
(
:=> ) :: ReadWriteAttr o a b -> IO b -> AttrOp oglib System.Glib.Attributes Assign the result of an IO action to an attribute.
(
:~ ) :: ReadWriteAttr o a b -> (a -> b) -> AttrOp oglib System.Glib.Attributes Apply an update function to an attribute.
(
:~> ) :: ReadWriteAttr o a b -> (a -> IO b) -> AttrOp oglib System.Glib.Attributes Apply a IO update function to an attribute.
data (a :: Nat)
:=: (b :: Nat)natural-arithmetic Arithmetic.Types Proof that the first argument is equal to the second argument.
data (a :: Nat)
:=:# (b :: Nat)natural-arithmetic Arithmetic.Types No documentation available.
data (a :: Nat)
:=: (b :: Nat)natural-arithmetic Arithmetic.Unsafe Proof that the first argument is equal to the second argument.