KSR reader macros for basic and reversed cards

This commit is contained in:
2022-12-18 00:59:01 +00:00
parent cf2a152e25
commit 44196121f9

View File

@@ -27,6 +27,7 @@ class KissInterp extends Interp {
this.nullForUnknownVar = nullForUnknownVar;
variables.set("Reflect", Reflect);
variables.set("Type", Type);
variables.set("Prelude", Prelude);
variables.set("Lambda", Lambda);
variables.set("Std", Std);