Skip to content

EPA : Remove duplicate comments in DataFamInstD

Alan Zimmerman requested to merge wip/az/T20239-epa-duplicate-comments into master

Ensure that the code

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

does not result in two instances of the -- ^ Run a query against the database comment appearing in the Exact Print Annotations when it is parsed.

Merge request reports