packages feed

ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/ConstructorComment.hs

module ConstructorComment where


data instance Method PGMigration = MigrationQuery Query
                                 -- ^ Run a query against the database
                                 | MigrationCode (Connection -> IO (Either String ()))
                                 -- ^ Run any arbitrary IO code