[GHC] #8959: GHCi should honour UnicodeSyntax
GHC
ghc-devs at haskell.org
Sat Apr 5 20:04:49 UTC 2014
#8959: GHCi should honour UnicodeSyntax
-------------------------------------------+-------------------------------
Reporter: Fuuzetsu | Owner:
Type: bug | Status: new
Priority: low | Milestone:
Component: Compiler | Version: 7.6.3
Keywords: | Operating System:
Architecture: Unknown/Multiple | Unknown/Multiple
Difficulty: Easy (less than 1 hour) | Type of failure:
Blocked By: | None/Unknown
Related Tickets: | Test Case:
| Blocking:
-------------------------------------------+-------------------------------
When we load a module into GHCi with -XUnicodeSyntax, GHCi should default
to printing information with the relevant unicode symbols.
{{{
*Communication> let a ∷ Int; a = 7
*Communication> :t a
a :: Int
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8959>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list