diff options
| author | Aditya Naik | 2024-01-11 12:06:43 -0800 |
|---|---|---|
| committer | Aditya Naik | 2024-01-11 12:06:43 -0800 |
| commit | 1321378dc8dd57066aa3efded39f40892295d757 (patch) | |
| tree | 69093b591324fa657bba9c032bd8bba173e05aec /AbstractModule.scala | |
| parent | 7a3a5a07e9e340e11f8b7cb6a53c1f52f4e4d3a1 (diff) | |
Fix AbstractModule invocation
Diffstat (limited to 'AbstractModule.scala')
| -rw-r--r-- | AbstractModule.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AbstractModule.scala b/AbstractModule.scala index e7d7a5e0..5da2550a 100644 --- a/AbstractModule.scala +++ b/AbstractModule.scala @@ -22,7 +22,7 @@ class AbstractModuleContainer extends AbstractModule({ // println(s"\ttypeA: ${typeA}\n\ttypeB: ${typeB}") // need to create versions of mods1-3 with these new type params // similar to log aggregation writer monad? but more like type aggregation - mod1 + Seq(mod1, mod2, mod3) }) class LowerableModule extends Module { |
