Hoogle Search
Within LTS Haskell 24.18 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
:@: ) :: forall d k1 k2 . Atom d (k1 -> k2) -> Atom d k1 -> Atom d k2kind-generics Generics.Kind Represents type application.
type family (f :: k)
:@@: (tys :: LoT k)kind-generics Generics.Kind Apply a list of types to a type constructor.
>>> :kind! Either :@@: (Int :&&: Bool :&&: LoT0) Either :@@: (Int :&&: Bool :&&: LoT0) :: Type = Either Int Bool
(
:=> ) :: !tag a -> f a -> DSum (tag :: k -> Type) (f :: k -> Type)lambdabot-core Lambdabot.Main No documentation available.
(
:&&: ) :: Formula v -> Formula v -> Formula vminisat-solver SAT.MiniSat Conjunction.
(
:++: ) :: Formula v -> Formula v -> Formula vminisat-solver SAT.MiniSat Exclusive or.
(
:->: ) :: Formula v -> Formula v -> Formula vminisat-solver SAT.MiniSat Implication.
(
:<->: ) :: Formula v -> Formula v -> Formula vminisat-solver SAT.MiniSat If and only if.
(
:||: ) :: Formula v -> Formula v -> Formula vminisat-solver SAT.MiniSat Disjunction.
pattern (
:< ) :: Char -> Text -> Textmiso Miso.String Bidirectional pattern synonym for cons (O(n)) and uncons (O(1)), to be used together with Empty.
pattern (
:> ) :: Text -> Char -> Textmiso Miso.String Bidirectional pattern synonym for snoc (O(n)) and unsnoc (O(1)) to be used together with Empty.