coordinate-0.2: A representation of latitude and longitude

Safe HaskellNone
LanguageHaskell2010

Data.Geodetic.LL

Documentation

data LL Source #

Constructors

LL 

Fields

Instances

Eq LL Source # 

Methods

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

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

Ord LL Source # 

Methods

compare :: LL -> LL -> Ordering #

(<) :: LL -> LL -> Bool #

(<=) :: LL -> LL -> Bool #

(>) :: LL -> LL -> Bool #

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

max :: LL -> LL -> LL #

min :: LL -> LL -> LL #

Show LL Source # 

Methods

showsPrec :: Int -> LL -> ShowS #

show :: LL -> String #

showList :: [LL] -> ShowS #

HasDoubles LL Source # 
HasLL LL Source # 

class HasLL c where Source #

Minimal complete definition

lL