patat/lib/Patat/Cleanup.hs
2019-10-07 13:26:22 +02:00

11 lines
326 B
Haskell

--------------------------------------------------------------------------------
-- | Defines a cleanup action that needs to be run after we're done with a slide
-- or image.
module Patat.Cleanup
( Cleanup
) where
--------------------------------------------------------------------------------
type Cleanup = IO ()