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.
2 parents 35ae379 + e10bdb4 commit 408450bCopy full SHA for 408450b
README.md
@@ -273,8 +273,8 @@ Operator | Name | Type
273
`<*>` | apply | `<*> <A, B>(F<A -> B>, F<A>) -> F<B>`
274
`>>-` | bind | `>>- <A, B>(F<A>, A -> F<B>) -> F<B>`
275
`->>` | extend | `->> <A, B>(F<A>, F<A> -> B) -> F<B>`
276
-`<<<` | r-t-l compose | `>>> <C, A, B, C>(C<A, B>, C<B, C>) -> C<A, C>`
277
-`>>>` | l-t-r compose | `<<< <C, A, B, C>(C<B, C>, C<A, B>) -> C<A, C>`
+`<<<` | r-t-l compose | `<<< <C, A, B, C>(C<B, C>, C<A, B>) -> C<A, C>`
+`>>>` | l-t-r compose | `>>> <C, A, B, C>(C<A, B>, C<B, C>) -> C<A, C>`
278
`&&&` | split | `&&& <A, B, C, D>(A<B, C>, A<B, D>) -> A<B, (C, D)>`
279
`***` | fanout | `*** <A, B, C, D, E>(A<B, C>, A<D, E>) -> A<(B, D), (C, E)>`
280
`+++` | splat | `+++ <A, B, C, D, E>(A<B, C>, A<D, E>) -> A<Either<D, B>, Either<C, E>>`
0 commit comments