diff options
Diffstat (limited to 'src/Text/Hakyll/Hakyll.hs')
-rw-r--r-- | src/Text/Hakyll/Hakyll.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Hakyll/Hakyll.hs b/src/Text/Hakyll/Hakyll.hs index c7f6d89..521a348 100644 --- a/src/Text/Hakyll/Hakyll.hs +++ b/src/Text/Hakyll/Hakyll.hs @@ -19,6 +19,6 @@ data HakyllConfiguration = HakyllConfiguration -- | Our custom monad stack. type Hakyll = ReaderT HakyllConfiguration IO --- | Simplified "ask" function for the Hakyll monad stack. +-- | Simplified @ask@ function for the Hakyll monad stack. askHakyll :: (HakyllConfiguration -> a) -> Hakyll a askHakyll = flip liftM ask |