Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
newtype AfterDownload f a Source #
AfterDownload (FilePath -> Href -> f a) |
Instances
nothingAfterDownload :: Applicative f => AfterDownload f () Source #
filePathAfterDownload :: Applicative f => AfterDownload f FilePath Source #
hrefAfterDownload :: Applicative f => AfterDownload f Href Source #
type AfterDownloadAipCon a = AfterDownload AipCon a Source #