postgresql-syntax-0.5.0.0: hspec-test/Ast/FconstSpec.hs
module Ast.FconstSpec (spec) where import Helpers.Specs import PostgresqlSyntax.Ast.Fconst import Test.Hspec spec :: Spec spec = do itSatisfiesIsAst @Fconst itSatisfiesArbitrary @Fconst
module Ast.FconstSpec (spec) where import Helpers.Specs import PostgresqlSyntax.Ast.Fconst import Test.Hspec spec :: Spec spec = do itSatisfiesIsAst @Fconst itSatisfiesArbitrary @Fconst