From 8dacee8f73633131fd68935c1e2493dc4beec837 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 1 Mar 2025 12:36:47 -0700 Subject: updates --- src/engine/components/LambdaTerm.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/engine/components/LambdaTerm.ts') diff --git a/src/engine/components/LambdaTerm.ts b/src/engine/components/LambdaTerm.ts index 63e9889..5ac6215 100644 --- a/src/engine/components/LambdaTerm.ts +++ b/src/engine/components/LambdaTerm.ts @@ -1,7 +1,9 @@ import { Component, ComponentNames } from "."; +import { DebrujinifiedLambdaTerm } from "../../interpreter"; export class LambdaTerm extends Component { public code: string; + public last: null | { data?: DebrujinifiedLambdaTerm; error?: any } = null; constructor(code: string) { super(ComponentNames.LambdaTerm); -- cgit v1.2.3-70-g09d2