Skip to content

Commit

Permalink
Fix commment
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpj committed May 25, 2024
1 parent 181f060 commit 8aab7c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lsp-types/src/Language/LSP/Protocol/Message/Registration.hs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ deriving stock instance Show (RegistrationOptions m) => Show (TRegistration m)
-- TODO: can we do this generically somehow?
-- This generates the function
-- regHelper :: SMethod m
-- -> (( Show (ServerCapability m)
-- , ToJSON (ServerCapability m)
-- -> (( Show (RegistrationOptions m)
-- , ToJSON (RegistrationOptions m)
-- , FromJSON ($regOptTcon m)
-- => x)
-- -> x
Expand Down

0 comments on commit 8aab7c6

Please sign in to comment.