diff options
-rw-r--r-- | web/tutorials/03-arrows.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tutorials/03-arrows.markdown b/web/tutorials/03-arrows.markdown index 607c0e8..442fb3b 100644 --- a/web/tutorials/03-arrows.markdown +++ b/web/tutorials/03-arrows.markdown @@ -220,4 +220,4 @@ isPagePublishedYet = arr (\(p,t) -> if isPublishedYet p t then pub p else unpub ~~~~~ The final version of this code can be found in the timedblog example, -together with the required `import` statements.
\ No newline at end of file +together with the required `import` statements. |