Ticket #7009 (closed bug: fixed)

Opened 11 months ago

Last modified 11 months ago

Add function forallC

Reported by: boris Owned by: pcapriotti
Priority: normal Milestone: 7.6.1
Component: Template Haskell Version: 7.4.2
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: None/Unknown Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

As for template-haskell 2.7.0.0 there are Q monad functions corresponding to three of four Con constructors (NormalC, RecC, InfixC, ForallC). Could you please add

forallC :: [TyVarBndr] -> CxtQ -> ConQ

Change History

Changed 11 months ago by pcapriotti

  • owner set to pcapriotti
  • difficulty set to Unknown
  • type changed from feature request to bug
  • milestone set to 7.6.1

Thanks for the report. The forallC function is actually already there, but is not being exported in Language.Haskell.TH.

Changed 11 months ago by pcapriotti

  • status changed from new to closed
  • resolution set to fixed

Fixed:

commit 6814bbd64814c618299b1ff0f9cf4fba955d6632
Author: Paolo Capriotti <p.capriotti@gmail.com>
Date:   Tue Jun 19 17:17:05 2012 +0100

    Re-export forallC in Language.Haskell.TH (#7009)
Note: See TracTickets for help on using tickets.