core: convert single-field to tagged JSON encoding (#3183)

* core: convert single-field to tagged JSON encoding

* rename

* rename

* fixes, test

* refactor
This commit is contained in:
Evgeny Poberezkin
2023-10-11 19:11:01 +01:00
committed by GitHub
parent 6f5ba54f7b
commit c2a858b06e
9 changed files with 112 additions and 8 deletions
-1
View File
@@ -2,7 +2,6 @@
{-# LANGUAGE DuplicateRecordFields #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE OverloadedRecordDot #-}
{-# LANGUAGE OverloadedStrings #-}
module RemoteTests where