GPX-0.1: Data/Geo/GPX/Accessor/Author.hs
{-# LANGUAGE MultiParamTypeClasses, FunctionalDependencies #-}
module Data.Geo.GPX.Accessor.Author where
class Author a b | a -> b where
author :: a -> b
{-# LANGUAGE MultiParamTypeClasses, FunctionalDependencies #-}
module Data.Geo.GPX.Accessor.Author where
class Author a b | a -> b where
author :: a -> b