brok-1.1.0: Finds broken links in text files

Safe HaskellNone
LanguageHaskell2010

Brok.Types.Document

Documentation

data Phase Source #

Instances
Eq Phase Source # 
Instance details

Defined in Brok.Types.Document

Methods

(==) :: Phase -> Phase -> Bool #

(/=) :: Phase -> Phase -> Bool #

Show Phase Source # 
Instance details

Defined in Brok.Types.Document

Methods

showsPrec :: Int -> Phase -> ShowS #

show :: Phase -> String #

showList :: [Phase] -> ShowS #

data Document Source #

Constructors

Document TFilePath Phase 
Instances
Eq Document Source # 
Instance details

Defined in Brok.Types.Document

Show Document Source # 
Instance details

Defined in Brok.Types.Document

type LDAcc a = (LinkDictionary, [a]) Source #

findLinks :: ([URL] -> Link -> Link) -> [URL] -> Document -> Document Source #