Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
:++: ) :: 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.
-
mockcat Test.MockCat.Cons No documentation available.
-
mockcat Test.MockCat.Cons No documentation available.
type (name :: Symbol)
:! a = NamedF Identity a namenamed Named Infix notation for the type of a named parameter.
type (name :: Symbol)
:? a = NamedF Maybe a namenamed Named Infix notation for the type of an optional named parameter.