wkt-types-0.1.0.0: A library for working with .wkt files.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.WKT.Primitives

Documentation

data Primitives a Source #

Instances

Instances details
Functor Primitives Source # 
Instance details

Defined in Data.WKT.Primitives

Methods

fmap :: (a -> b) -> Primitives a -> Primitives b #

(<$) :: a -> Primitives b -> Primitives a #

FromWKT Primitives Source # 
Instance details

Defined in Data.WKT.Primitives

ParseableFromWKT Primitives Source # 
Instance details

Defined in Data.WKT.Primitives

Show a => Show (Primitives a) Source # 
Instance details

Defined in Data.WKT.Primitives

Eq a => Eq (Primitives a) Source # 
Instance details

Defined in Data.WKT.Primitives

Methods

(==) :: Primitives a -> Primitives a -> Bool #

(/=) :: Primitives a -> Primitives a -> Bool #

Show a => ToWKT (Primitives a) Source # 
Instance details

Defined in Data.WKT.Primitives

Methods

toWKT :: Primitives a -> Text Source #

Eq a => Valid (Primitives a) Source # 
Instance details

Defined in Data.WKT.Primitives

Methods

isValid :: Primitives a -> Bool Source #