mirror of
https://github.com/github/semantic.git
synced 2024-12-01 09:15:01 +03:00
Serialize fields.
This commit is contained in:
parent
50b9298457
commit
caeff71a33
@ -54,3 +54,6 @@ instance (GToSExpression f, GToSExpression g) => GToSExpression (f :*: g) where
|
||||
|
||||
instance GToSExpression U1 where
|
||||
gtoSExpression _ _ = []
|
||||
|
||||
instance ToSExpression k => GToSExpression (K1 R k) where
|
||||
gtoSExpression k = pure . toSExpression (unK1 k)
|
||||
|
Loading…
Reference in New Issue
Block a user