mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-29 02:42:45 +03:00
chore: squelch some warnings in CryptolServer
This commit is contained in:
parent
23c396b1a9
commit
66d1022d22
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user