From 1321378dc8dd57066aa3efded39f40892295d757 Mon Sep 17 00:00:00 2001 From: Aditya Naik Date: Thu, 11 Jan 2024 12:06:43 -0800 Subject: Fix AbstractModule invocation --- AbstractModule.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AbstractModule.scala') 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 { -- cgit v1.2.3