diff options
Diffstat (limited to 'Alpha.hs')
-rw-r--r-- | Alpha.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ import Protolude as X -- | Debugging printf say :: Text -> IO () -say msg = putStrLn msg +say = putText -- | Alias for map, fmap, <$> (</) :: Functor f => (a -> b) -> f a -> f b |