KSR reader macros for basic and reversed cards

This commit is contained in:
2022-12-18 00:59:01 +00:00
parent d22aa9c1bd
commit a297135f8d
2 changed files with 14 additions and 1 deletions

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);