diff options
author | Eduardo Julian | 2019-02-04 00:23:07 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-02-04 00:23:07 -0400 |
commit | 41d34484cf6e0123bc8152251650423a6c8ba098 (patch) | |
tree | 5f00739ee07202274233b3a1dfb9d9ce28754b99 /stdlib | |
parent | 71a6928d3db3b05144c33516db307d5975a94dee (diff) |
Fixed small naming error.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/host/jvm/modifier.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/host/jvm/modifier.lux b/stdlib/source/lux/host/jvm/modifier.lux index 41d84a59b..c9091160c 100644 --- a/stdlib/source/lux/host/jvm/modifier.lux +++ b/stdlib/source/lux/host/jvm/modifier.lux @@ -76,7 +76,7 @@ (|>> abstract.:abstraction))) #binary.writer (|>> abstract.:representation (~' _/writer))})))) - monoidC (` (.structure: (~' #export) (~' _) (monoid.Monoid (~ g!name)) + monoidC (` (.structure: (~' #export) (~' modifier-monoid) (monoid.Monoid (~ g!name)) (.def: (~' identity) (~ g!empty)) (.def: (~' compose) (~ g!combine))))] (wrap (list typeC monoidC))))) |