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

Safe HaskellNone
LanguageHaskell2010

Data.Geo.Point

Documentation

data GPS Source #

Constructors

GPS Double Double Double 

Instances

Eq GPS Source # 

Methods

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

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

Show GPS Source # 

Methods

showsPrec :: Int -> GPS -> ShowS #

show :: GPS -> String #

showList :: [GPS] -> ShowS #

data UKOS Source #

Constructors

UKOS Double Double Double 

Instances

Eq UKOS Source # 

Methods

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

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

Show UKOS Source # 

Methods

showsPrec :: Int -> UKOS -> ShowS #

show :: UKOS -> String #

showList :: [UKOS] -> ShowS #

data SHORT Source #

Constructors

SHORT String 

Instances

Eq SHORT Source # 

Methods

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

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

Show SHORT Source # 

Methods

showsPrec :: Int -> SHORT -> ShowS #

show :: SHORT -> String #

showList :: [SHORT] -> ShowS #