diff options
author | Eduardo Julian | 2021-09-08 17:25:20 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-09-08 17:25:20 -0400 |
commit | 18e4294819f5d4adafad091bdc5a30c25959ad2f (patch) | |
tree | b241acb7e32620731eed20a0d86e8b35ca3c5ada /stdlib/source/poly | |
parent | 392582885500d8201bbe502943ca4b02c5c77ac0 (diff) |
No more annotations.
Diffstat (limited to 'stdlib/source/poly')
-rw-r--r-- | stdlib/source/poly/lux/data/format/json.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/poly/lux/data/format/json.lux b/stdlib/source/poly/lux/data/format/json.lux index e5b9baca5..5fed388e2 100644 --- a/stdlib/source/poly/lux/data/format/json.lux +++ b/stdlib/source/poly/lux/data/format/json.lux @@ -77,8 +77,8 @@ (def: decoded (|>> (\ nat_codec decoded) (\ try.functor each .int)))) +... Builds a JSON generator for potentially inexistent values. (def: (nullable writer) - {#.doc "Builds a JSON generator for potentially inexistent values."} (All (_ a) (-> (-> a JSON) (-> (Maybe a) JSON))) (function (_ elem) (case elem |