Test.Tasty.Patterns.Eval
Description
Since: 1.0
type Path = Seq String #
Since: 1.2
eval :: Expr -> M Value #
Evaluate an awk expression.
withFields :: Seq String -> M a -> Either String a #
Run the M monad with a given list of fields
M
The field list should not include $0; it's calculated automatically.
$0
asB :: Value -> M Bool #