HAppS-Data-0.9.2: src/HAppS/Data/HListBase.hs
{-# LANGUAGE TemplateHaskell, FlexibleInstances,
UndecidableInstances, OverlappingInstances,
MultiParamTypeClasses, CPP, DeriveDataTypeable #-}
module HAppS.Data.HListBase where
import HAppS.Data.DeriveAll
import HAppS.Data.Default
import Data.Typeable
#ifndef __HADDOCK__
$( deriveAll [''Show,''Default,''Eq,''Read,''Ord]
[d|
data Couple a b = Couple a b
data Nil = Nil
|]
)
#endif
nil::Nil
nil=Nil