sqel-0.0.1.0: Guided derivation for Hasql statements
Safe HaskellSafe-Inferred
LanguageHaskell2010

Sqel.Names.Error

Documentation

type family CountMismatch desc a spec actual where ... Source #

Equations

CountMismatch desc a spec actual = ((((((("The " <> desc) <> " ") <> QuotedError a) <> " has ") <> actual) <> " fields, but the expression specifies ") <> spec) <> "." 

type family NoPrimType (a :: Type) :: k where ... Source #

Equations

NoPrimType a = TypeError ("Can't set type name on primitive column of type " <> a)