#7776: Can't make operator called ~# --------------------------------------+------------------------------------- Reporter: adrianmay | Owner: Type: bug | Status: new Priority: normal | Component: Compiler (Parser) Version: 7.6.1 | Keywords: tilde hash sharp operator Os: Linux | Architecture: x86_64 (amd64) Failure: GHC rejects valid program | Blockedby: Blocking: | Related: --------------------------------------+------------------------------------- Comment(by ian@…): commit 01efdd6c4b066fbfdf17c6d2b1cad0fd651d334a {{{ Author: Ian Lynagh <ian@well-typed.com> Date: Mon Mar 18 10:12:57 2013 +0000 Only steal ~# as a reserved operator when MagicHash is enabled; fixes #7776 compiler/parser/Lexer.x | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) }}} -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7776#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler