
#12446: Doesn't suggest TypeApplications when `~` used prefix -------------------------------------+------------------------------------- Reporter: Iceland_jack | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.0.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by bgamari): I suspect the problem is that `~` simply isn't a valid constructor lexeme. For instance, {{{ λ> import Lexeme λ> import FastString λ> isLexCon $ fsLit "~" False }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/12446#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler