Tests for query

This commit is contained in:
2021-01-02 09:17:29 +02:00
parent 55188f514f
commit 3c1ea67566
4 changed files with 43 additions and 5 deletions

View File

@ -2,8 +2,11 @@
{-# LANGUAGE LambdaCase #-}
module Data.Query
(
-- * AST
Field(..)
-- * Combinators
startsWith
, startsWith
, endsWith
, (.&&.)