improving doc.

This commit is contained in:
Kazu Yamamoto
2013-09-05 14:35:28 +09:00
parent 8e60864a34
commit 5e53841451
8 changed files with 41 additions and 36 deletions

View File

@@ -22,7 +22,7 @@ import System.FilePath (normalise)
----------------------------------------------------------------
-- | A means to read the log
-- | A means to read the log.
type LogReader = IO [String]
----------------------------------------------------------------