packages feed

postgresql-syntax-0.5.0.2: hspec-test/Ast/FuncExprSpec.hs

module Ast.FuncExprSpec (spec) where

import Helpers.Specs
import PostgresqlSyntax.Ast.FuncExpr
import Test.Hspec

spec :: Spec
spec = do
  itSatisfiesIsAst @FuncExpr
  itSatisfiesArbitrary @FuncExpr