Skip to content

Commit

Permalink
AEG-IO update
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanR712 committed Jan 27, 2024
1 parent 8aca11f commit 958d3ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AEG-IO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {AtomNode} from "./AEG/AtomNode";
import {CutNode} from "./AEG/CutNode";
import {Ellipse} from "./AEG/Ellipse";
import {Point} from "./AEG/Point";
import {ProofModeMove} from "./Proof/ProofModeMove";
import {ProofNode} from "./Proof/ProofNode";

/**
Expand Down Expand Up @@ -45,7 +46,7 @@ interface atomObj {
*/
interface proofNodeObj {
tree: sheetObj;
appliedRule: string;
appliedRule: ProofModeMove;
}

/**
Expand Down

0 comments on commit 958d3ce

Please sign in to comment.