From: Bjorn B. <bri...@cs...> - 2007-11-19 16:52:48
|
On Nov 19, 2007, at 17:28 , Jim Stuttard wrote: > Hi, > > What should be the exact contents of the (..) parameters? > > module Database.HaskellDB.DBSpec > (DBInfo(..),TInfo(..),CInfo(..),DBOptions(..), > FieldDesc, FieldType(..), > > TIA > Jim It should be (..) :-) (..) is Haskell syntax for "export all the constructors of this type". /Bj=F6rn |