We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e54027 commit 45965bdCopy full SHA for 45965bd
Operators.swift
@@ -60,6 +60,18 @@ infix operator ->> {
60
precedence 110
61
}
62
63
+/// Imap | Maps covariantly over the index of a right-leaning bifunctor.
64
+infix operator <^^> {
65
+ associativity left
66
+ precedence 140
67
+}
68
+
69
+/// Contramap | Contravariantly maps a function over the value encapsulated by a functor.
70
+infix operator <!> {
71
72
73
74
75
/// MARK: Data.Result
76
77
/// From | Creates a Result given a function that can possibly fail with an error.
0 commit comments