diff options
author | Eduardo Julian | 2021-06-18 14:21:41 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-06-18 14:21:41 -0400 |
commit | a82bd1eabe94763162c2b0707d9c198fbe9835e3 (patch) | |
tree | 032473704af6e7db41e1f6dc87ab995788d8ab17 /licentia/source | |
parent | 519c0c0c71cdf7ce3dfc64b9781ab826760b3d94 (diff) |
Refactored the machinery to make local macros into its own module.
Diffstat (limited to 'licentia/source')
-rw-r--r-- | licentia/source/program/licentia.lux | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/licentia/source/program/licentia.lux b/licentia/source/program/licentia.lux index 57ed832e5..f1a1503b4 100644 --- a/licentia/source/program/licentia.lux +++ b/licentia/source/program/licentia.lux @@ -67,9 +67,7 @@ document (io\wrap (do {! try.monad} [raw_json (\ utf8.codec decode blob) json (|> raw_json - (:coerce java/lang/String) java/lang/String::trim - (:coerce Text) (\ json.codec decode))] (|> json (<json>.run /input.license) |