Skip to content

"Replace with" action removes ticks from TemplateHaskellQuotes usage #628

Closed
@expipiplus1

Description

@expipiplus1

Oops, I've misspelled break

{-# LANGUAGE TemplateHaskellQuotes #-}

module Foo where

import Language.Haskell.TH (Name)

foo :: Name
foo = 'bread

HLS suggests Replace with ‘break’ (weird quotes btw), perfect:

foo :: Name
foo = break

oh no, Couldn't match expected type ‘Name’ with actual....

Metadata

Metadata

Assignees

Labels

component: ghcidelevel: easyThe issue is suited for beginnerstype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions