From 940955f4584b5e4dc55c646ed84855c773f482a1 Mon Sep 17 00:00:00 2001 From: Nikita Volkov Date: Sat, 21 Nov 2015 16:51:38 +0300 Subject: [PATCH] Docs --- library/Hasql.hs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/library/Hasql.hs b/library/Hasql.hs index 35e073d..771ec9e 100644 --- a/library/Hasql.hs +++ b/library/Hasql.hs @@ -1,3 +1,7 @@ +-- | +-- This module provides a low-level effectful API dealing with connections to the database. +-- +-- The API is completely disinfected from exceptions. All error-reporting is explicit and is presented using the 'Either' type. module Hasql ( -- * Connection