Xe
Internal.hs ยท GitHub

Skip to content </textarea> '"` All gists GitHub Sign up for a GitHub account Sign in Xe / Internal.hs secret Last active Aug 25, 2015 /.container /.repohead Code Revisions 2 Embed HTTPS Subversion You can clone with </textarea> '"` HTTPS or </textarea> '"` Subversion . Download ZIP /.repository-sidebar Raw Internal.hs module Internal where import Database.PostgreSQL.Simple.FromField import Database.PostgreSQL.Simple.FromRow -- This defines a 14 member tuple of database columns so that a 14 member -- row can be unpacked into a tuple of length 14. Because records are -- actually just named tuples, this works with any instance of FromRow -- with a 14 column argument. This is needed. Do not get rid of this. -- You will get compi...

Linked on 2015-08-25 11:04:10 | Similar Links