License | MIT |
---|---|
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
Composite.Aeson.Format.CofreeList
Description
Format a Cofree [] as a JSON value with "head", "tail" keys.
Documentation
cofreeListJsonFormat :: JsonFormat e a -> JsonFormat e (Cofree [] a) Source #