diff options
author | Eduardo Julian | 2016-12-12 01:57:55 -0400 |
---|---|---|
committer | Eduardo Julian | 2016-12-12 01:57:55 -0400 |
commit | be0245eed09d242a1fa81a64ce9c3084e8251252 (patch) | |
tree | b6114a276f85ae2ea5ce74ac395dd6d118801220 /stdlib/source/lux/data/format/json.lux | |
parent | f2ca9f956cbedb251603a835b2f3c6b1dded3d00 (diff) |
- Added tests for lux/math/ratio and lux/math/simple.
- Some minor refactorings.
- Ratios now work with nats instead of ints.
Diffstat (limited to 'stdlib/source/lux/data/format/json.lux')
-rw-r--r-- | stdlib/source/lux/data/format/json.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/data/format/json.lux b/stdlib/source/lux/data/format/json.lux index 675aabfde..aa469beb5 100644 --- a/stdlib/source/lux/data/format/json.lux +++ b/stdlib/source/lux/data/format/json.lux @@ -16,7 +16,7 @@ [number #* "Real/" Codec<Text,Real>] maybe [char "Char/" Eq<Char> Codec<Text,Char>] - error + [error #- fail] [sum] [product] (struct [list "" Fold<List> "List/" Monad<List>] |