postgresql-syntax-0.5.0.0: library-internal/PostgresqlSyntax/Ast/FuncExprCommonSubexpr.hs-boot
module PostgresqlSyntax.Ast.FuncExprCommonSubexpr where
import PostgresqlSyntax.IsAst (IsAst)
import PostgresqlSyntax.Prelude (Data, Eq, Ord, Show)
import Test.QuickCheck (Arbitrary)
data FuncExprCommonSubexpr
instance Show FuncExprCommonSubexpr
instance Eq FuncExprCommonSubexpr
instance Ord FuncExprCommonSubexpr
instance Data FuncExprCommonSubexpr
instance IsAst FuncExprCommonSubexpr
instance Arbitrary FuncExprCommonSubexpr