mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2025-01-07 13:46:41 +03:00
relational-query: add haddock header.
This commit is contained in:
parent
dc5ed5323f
commit
f94d8a0bd4
@ -1,6 +1,16 @@
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
{-# LANGUAGE ScopedTypeVariables #-}
|
||||
|
||||
-- |
|
||||
-- Module : Database.Relational.Query.Pi.Tuple
|
||||
-- Copyright : 2017 Kei Hibino
|
||||
-- License : BSD3
|
||||
--
|
||||
-- Maintainer : ex8k.hibino@gmail.com
|
||||
-- Stability : experimental
|
||||
-- Portability : unknown
|
||||
--
|
||||
-- This module defines projection path objects for tuple types.
|
||||
module Database.Relational.Query.Pi.Tuple where
|
||||
|
||||
import Control.Applicative ((<$>))
|
||||
|
Loading…
Reference in New Issue
Block a user