packages feed

ghc-exactprint-1.3.0: tests/examples/ghc92/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