« Previous | Next » 

Revision 60de49c3

ID60de49c311e6f0f490d7b0d51c8af8546071f20e
Parent 9888b9e6
Child 5dad2589

Added by Iustin Pop almost 13 years ago

Skip application of 'id' in TH code

This is just beautification when dumping splices to stdout, as ghc
will optimise the 'id' away anyway.

Original generate code:

opToArgs QueryTags kind name = J.showJSON (id kind, id name)

Afterwards:

opToArgs QueryTags kind name = J.showJSON (kind, name)

Signed-off-by: Iustin Pop <>
Reviewed-by: Guido Trotter <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences