geo-uk-0.1.0.0: High precision conversion between GPS and UK Grid

Safe HaskellNone
LanguageHaskell2010

Data.Geo.Type

Contents

Documentation

data PTPDD Source #

Constructors

PTPDD !Double !Double !Double 

Instances

Show PTPDD Source # 

Methods

showsPrec :: Int -> PTPDD -> ShowS #

show :: PTPDD -> String #

showList :: [PTPDD] -> ShowS #

Lift ArrDD Source # 

Methods

lift :: ArrDD -> Q Exp #

Lift PTPDD Source # 

Methods

lift :: PTPDD -> Q Exp #

Binary PTPDD Source # 

Methods

put :: PTPDD -> Put #

get :: Get PTPDD #

putList :: [PTPDD] -> Put #

Orphan instances