factor out maybeAddJSONField
Sponsored-By: the NIH-funded NICEMAN (ReproNim TR&D3) project
This commit is contained in:
parent
3d8f93dc0a
commit
a5d0c85ae1
6 changed files with 22 additions and 18 deletions
|
@ -12,7 +12,6 @@ module Messages.JSON (
|
|||
JSONChunk(..),
|
||||
emit,
|
||||
emit',
|
||||
encode,
|
||||
none,
|
||||
start,
|
||||
startActionItem,
|
||||
|
@ -29,6 +28,7 @@ module Messages.JSON (
|
|||
ObjectMap(..),
|
||||
JSONActionItem(..),
|
||||
AddJSONActionItemField(..),
|
||||
module Utility.Aeson,
|
||||
) where
|
||||
|
||||
import Control.Applicative
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue