File tree 1 file changed +3
-3
lines changed
hls-plugin-api/src/Ide/Plugin 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -159,10 +159,10 @@ instance (HasProperty s k t r) => ParsePropertyPath r (NE s) where
159
159
usePropertyByPathEither (SingleKey kn) sm x = parseProperty kn (find kn sm) x
160
160
useDefault (SingleKey kn) sm = defaultValue metadata
161
161
where (_, metadata) = find kn sm
162
- instance ( ToHsType (FindByKeyPath ss r2 ) ~ ToHsType (FindByKeyPath (s1 :| ss ) r )
163
- ,HasProperty s1 ('PropertyKey s1 ('TProperties r2 )) t2 r
162
+ instance ( ToHsType (FindByKeyPath ss r2 ) ~ ToHsType (FindByKeyPath (s :| ss ) r )
163
+ ,HasProperty s ('PropertyKey s ('TProperties r2 )) t2 r
164
164
, ParsePropertyPath r2 ss )
165
- => ParsePropertyPath r (s1 :| ss ) where
165
+ => ParsePropertyPath r (s :| ss ) where
166
166
usePropertyByPathEither (ConsKeysPath kn p) sm x = do
167
167
let (key, meta) = find kn sm
168
168
interMedia <- parseProperty kn (key, meta) x
You can’t perform that action at this time.
0 commit comments