html-validator-cli-0.1.0.3: Command Line Interface for https://validator.w3.org/

Safe HaskellNone
LanguageHaskell2010

Lib

Documentation

data Format Source #

Constructors

Classic 
OneLine 
Raw 
Instances
Eq Format Source # 
Instance details

Defined in Lib

Methods

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

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

run :: Mode -> Format -> Bool -> String -> [String] -> [FilePath] -> IO Int Source #