Follow StreamContent's split between Raw and Clear 'getters'
This commit is contained in:
parent
a64224d119
commit
d4406b6aae
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue