diff options
Diffstat (limited to 'Alpha.hs')
-rw-r--r-- | Alpha.hs | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ -{-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE OverloadedStrings #-} +{-# LANGUAGE NoImplicitPrelude #-} -- | Commonly useful functions, a Prelude replacement. -- @@ -21,6 +21,7 @@ module Alpha ( -- * Re-export Protolude module X, String, + lines, -- * Applying (<|), @@ -38,8 +39,7 @@ module Alpha chomp, lchomp, joinWith, - - CanSnakeCase(snake), + CanSnakeCase (snake), -- * Debugging tools say, |