This syntax represents documentation comments in Elm.
String
Type representing the documentation syntax
encode : Documentation -> Json.Encode.Value
Encode a Documentation
syntax element to JSON.
decoder : Json.Decode.Decoder Documentation
JSON decoder for a Documentation
syntax element.