diff options
Diffstat (limited to 'Print.hs')
-rw-r--r-- | Print.hs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,9 @@ unquote xs= if (head xs == '"' && last xs == '"') then (tail . init) xs else xs ppField = flat . decodeField +{- Pretty print a RFC822 date format -} + + fromLen :: Int fromLen = 20 |