Skip to content

Commit

Permalink
Explain >>>
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Jan 15, 2012
1 parent fd901ee commit a8c267c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion posts/2012-01-14-monads-arrows-build-systems.lhs
Expand Up @@ -235,7 +235,8 @@ variant of `paste` which processes a file by pasting another file next to it:
> returnA -< paste x y
With utilities like this, we can write a much prettier `testBuildA` which
clearly demonstrates the processing approach:
clearly demonstrates the processing approach. `>>>` is left-to-right composition
of Arrows, much like a flipped version of `.`:
> testBuildA' :: IO ()
> testBuildA' = runBuildA "test-a.txt" $
Expand Down

0 comments on commit a8c267c

Please sign in to comment.