diff options
author | Eduardo Julian | 2020-03-04 00:38:54 -0400 |
---|---|---|
committer | Eduardo Julian | 2020-03-04 00:38:54 -0400 |
commit | 21777826feb4affa53bf150588b70fc11bb92512 (patch) | |
tree | 837f1a0b496b03c099994a0a0c96ee6c49e57733 /stdlib/source/lux/abstract | |
parent | a7b921974b5318c4344d28092519566424675f02 (diff) |
Test for codec composition + adjustments to JS-generation code.
Diffstat (limited to 'stdlib/source/lux/abstract')
-rw-r--r-- | stdlib/source/lux/abstract/algebra.lux | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stdlib/source/lux/abstract/algebra.lux b/stdlib/source/lux/abstract/algebra.lux index 2813ed0e7..0d066fb4f 100644 --- a/stdlib/source/lux/abstract/algebra.lux +++ b/stdlib/source/lux/abstract/algebra.lux @@ -3,7 +3,6 @@ [control functor]]) -## Types (type: #export (Algebra f a) (-> (f a) a)) |