diff --git a/src/Main.hs b/src/Main.hs index 323516e..3a14c4b 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -23,7 +23,7 @@ revealText = unlines . fmap fill . lines revealLayer :: Monad m => Layer -> m Layer revealLayer = atAll Objects - .atAll (Maybe_ StreamContent) $ + .atAll (Maybe_ Clear) $ return . revealText reveal :: Document -> IO Document