mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2025-01-08 14:26:33 +03:00
Update haddock.
This commit is contained in:
parent
e00d1946f6
commit
2f26180790
@ -1,5 +1,16 @@
|
|||||||
{-# LANGUAGE Rank2Types #-}
|
{-# LANGUAGE Rank2Types #-}
|
||||||
|
|
||||||
|
-- |
|
||||||
|
-- Module : Database.HDBC.Session
|
||||||
|
-- Copyright : 2013 Kei Hibino
|
||||||
|
-- License : BSD3
|
||||||
|
--
|
||||||
|
-- Maintainer : ex8k.hibino@gmail.com
|
||||||
|
-- Stability : experimental
|
||||||
|
-- Portability : unknown
|
||||||
|
--
|
||||||
|
-- This module provides a base function to call close correctly
|
||||||
|
-- against opend DB connection.
|
||||||
module Database.HDBC.Session (
|
module Database.HDBC.Session (
|
||||||
-- * Bracketed session
|
-- * Bracketed session
|
||||||
-- $bracketedSession
|
-- $bracketedSession
|
||||||
@ -17,8 +28,6 @@ import Control.Exception (bracket)
|
|||||||
|
|
||||||
|
|
||||||
{- $bracketedSession
|
{- $bracketedSession
|
||||||
This module provides a base function to call close correctly against opend DB connection.
|
|
||||||
|
|
||||||
Bracket function implementation is provided by several packages,
|
Bracket function implementation is provided by several packages,
|
||||||
so this package provides base implementation which requires
|
so this package provides base implementation which requires
|
||||||
bracket function and corresponding lift function.
|
bracket function and corresponding lift function.
|
||||||
|
Loading…
Reference in New Issue
Block a user