casr-logbook-0.0.11: CASR 61.345 Pilot Personal Logbook

Safe HaskellSafe
LanguageHaskell2010

Data.Aviation.Casr.Logbook.Printer.Html

Documentation

class Html s where Source #

Minimal complete definition

html

Methods

html :: s -> String Source #

Instances

Html Char Source # 

Methods

html :: Char -> String Source #

Html Int Source # 

Methods

html :: Int -> String Source #

Html Name Source # 

Methods

html :: Name -> String Source #

Html PiC Source # 

Methods

html :: PiC -> String Source #

Html PoB Source # 

Methods

html :: PoB -> String Source #

Html Sequence Source # 

Methods

html :: Sequence -> String Source #

Html VideoType Source # 
Html Video Source # 

Methods

html :: Video -> String Source #

Html Videos Source # 

Methods

html :: Videos -> String Source #

Html VisualisationType Source # 
Html Visualisation Source # 
Html Visualisations Source # 
Html ImageType Source # 
Html TrackLogType Source # 
Html TrackLog Source # 

Methods

html :: TrackLog -> String Source #

Html TrackLogs Source # 
Html Image Source # 

Methods

html :: Image -> String Source #

Html Images Source # 

Methods

html :: Images -> String Source #

Html Hours Source # 

Methods

html :: Hours -> String Source #

Html FlightPath Source # 
Html Engine Source # 

Methods

html :: Engine -> String Source #

Html DOB Source # 

Methods

html :: DOB -> String Source #

Html DayNight Source # 

Methods

html :: DayNight -> String Source #

Html Date Source # 

Methods

html :: Date -> String Source #

Html ARN Source # 

Methods

html :: ARN -> String Source #

Html ExamEntry Source # 
Html Aircraft Source # 

Methods

html :: Aircraft -> String Source #

Html FlightEntry Source # 
Html Entry Source # 

Methods

html :: Entry -> String Source #

Html Entries Source # 

Methods

html :: Entries -> String Source #

Html Totals Source # 

Methods

html :: Totals -> String Source #

Html Log Source # 

Methods

html :: Log -> String Source #

Html a => Html [a] Source # 

Methods

html :: [a] -> String Source #

printHtml :: Html s => s -> IO () Source #

writeHtmlFile :: Html s => FilePath -> s -> IO () Source #