Skip to content

Commit d09898e

Browse files
committed
clean up
1 parent fd05577 commit d09898e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hls-plugin-api/src/Ide/Plugin/Properties.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ data SomePropertyKeyWithMetaData
112112
-- A property is an immediate child of the json object in each plugin's "config" section.
113113
-- It was designed to be compatible with vscode's settings UI.
114114
-- Use 'emptyProperties' and 'useProperty' to create and consume 'Properties'.
115-
-- newtype Properties (r :: [PropertyKey]) = Properties (Map.Map String SomePropertyKeyWithMetaData)
116115
data Properties (r :: [PropertyKey]) where
117116
ConsProperties :: (k ~ 'PropertyKey s t, KnownSymbol s, NotElem s ks)
118117
=> KeyNameProxy s -> (SPropertyKey k) -> (MetaData t) -> Properties ks -> Properties (k : ks)

0 commit comments

Comments
 (0)