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