opaleye-0.6.7003.1: An SQL-generating DSL targeting PostgreSQL

Safe HaskellNone
LanguageHaskell2010

Opaleye.TypeFamilies

Documentation

type TableField f a b c d = A f (TC '('(a, b, c), d)) #

type RecordField f a b c = A f (C '(a, b, c)) #

type (:<*>) = S #

type (:<$>) f = (:<*>) (Pure f) #

type Id = I #

type Pure = K #

type family IMap f a #

Instances
type IMap Nulled NullsT # 
Instance details

Defined in Opaleye.Internal.Join

type IMap Nulled OT # 
Instance details

Defined in Opaleye.Internal.Join

type F = H #

type O = H OT #

type H = H HT #

type W = H WT #

type N = Nullable #

type Opt = OOpt #

type Req = OReq #

type Nulls = H NullsT #