pgdl-9.3: src/Types.hs
module Types
where
import Text.HTML.DirectoryListing.Type
import Data.Text (Text)
data DNode = Directory Entry (IO [DNode])
| File Entry Text Bool
-- ^ is the file downloaded ?
module Types
where
import Text.HTML.DirectoryListing.Type
import Data.Text (Text)
data DNode = Directory Entry (IO [DNode])
| File Entry Text Bool
-- ^ is the file downloaded ?