module Data.Geo.Accessor.Lat where

import Data.Geo.Latitude

class Lat a where
  lat :: a -> Latitude