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

Safe HaskellNone
LanguageHaskell2010

Data.Geo.OSGM02Tab

Synopsis

Documentation

(!) :: (IArray a e, Ix i) => a i e -> i -> e #

Returns the element of an immutable array at the specified index.

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 #