napkin-0.5.13
Safe HaskellNone
LanguageHaskell2010

Napkin.Types.Postgres.Indexes

Documentation

type Indexes = [Index] #

data Index #

Instances

Instances details
Eq Index # 
Instance details

Defined in Napkin.Types.Postgres.Indexes

Methods

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

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

Show Index # 
Instance details

Defined in Napkin.Types.Postgres.Indexes

Methods

showsPrec :: Int -> Index -> ShowS #

show :: Index -> String #

showList :: [Index] -> ShowS #

Generic Index # 
Instance details

Defined in Napkin.Types.Postgres.Indexes

Associated Types

type Rep Index :: Type -> Type #

Methods

from :: Index -> Rep Index x #

to :: Rep Index x -> Index #

FromJSON Index # 
Instance details

Defined in Napkin.Types.Postgres.Indexes

type Rep Index # 
Instance details

Defined in Napkin.Types.Postgres.Indexes

runPG :: Parser a -> Text -> Parser a #