From b629be8cb465c4b40773464aff4af3b049c58218 Mon Sep 17 00:00:00 2001 From: Nikita Volkov Date: Wed, 4 Dec 2019 15:48:51 +0300 Subject: [PATCH] Extend the readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2e7d793..035237a 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,10 @@ sumAndDivModSession a b c = do -- -- It's recommended to define statements in a dedicated 'Statements' -- submodule of your project. +-- +-- In the following code we use the extension library "hasql-th", +-- which generates statement definitions from SQL, +-- compile-time checking the syntax on the way. ------------------------- sumStatement :: Statement (Int64, Int64) Int64