diff options
Diffstat (limited to 'Biz/Log.hs')
-rw-r--r-- | Biz/Log.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ import System.IO.Unsafe (unsafePerformIO) data Lvl = Good | Pass | Info | Warn | Fail | Mark --- | Get the environment. This should probably return 'Biz.Devalloc.Area' +-- | Get the environment. This should probably return 'Biz.Dragons.Area' -- instead of 'String'. area :: String area = |