| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Elm.Print.Encoder
Contents
Description
Pretty-printing functions for Encoder.elm module.
Also contains encoders for common types which go to the ElmStreet.elm module.
Synopsis
Documentation
Standard missing encoders
encodeMaybe :: Text Source #
JSON encoder Elm help function for Maybes.
encodeEither :: Text Source #
JSON encoder Elm help function for Eithers.
encodePair :: Text Source #
JSON encoder Elm help function for 2-tuples.
encodeTriple :: Text Source #
JSON encoder Elm help function for 3-tuples.
encodeNonEmpty :: Text Source #
JSON encoder Elm help function for 2-tuples.