chore: squelch some warnings in CryptolServer

This commit is contained in:
Andrew Kent 2021-03-18 15:36:00 -07:00
parent 23c396b1a9
commit 66d1022d22

View File

@ -211,7 +211,7 @@ instance JSON.ToJSON JSONType where
, "name" .= show (ppWithNames ns v)
]
convert (TUser _n _args def) = convert def
convert (TNewtype nt ts) =
convert (TNewtype _nt _ts) =
error "JSON conversion of newtypes is not yet supported TODO"
convert (TRec fields) =
JSON.object