update example

This commit is contained in:
Alp Mestanogullari 2014-06-12 14:15:21 +02:00
parent 9cbb261583
commit 6c8c9f6a05

View File

@ -36,4 +36,4 @@ taggy fp = do
dom :: FilePath -> IO ()
dom fp = do
content <- T.readFile fp
mapM_ print . g' $ tagsIn content
mapM_ print . domify $ tagsIn content