
#7845: RebindableSyntax should allow rebinding tuples and lists -----------------------------+---------------------------------------------- Reporter: exbb2 | Owner: Type: feature request | Status: new Priority: normal | Component: Compiler Version: 7.7 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Blockedby: Blocking: | Related: -----------------------------+---------------------------------------------- e.g. {{{ {-# LANGUAGE RebindableSyntax #-} module StrictPrelude where data [] a = [] | !a : [a] data () = () data (,) a b = (,) !a !b }}} -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7845 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler