Skip to content

Commit

Permalink
Type error
Browse files Browse the repository at this point in the history
  • Loading branch information
robsimmons committed Nov 26, 2024
1 parent be07d1e commit b96ccc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/serialize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export function bytecodeToJSON(prog: ProgramN<bigint>): ProgramN<string | number
forbids: prog.forbids,
demands: prog.demands,
arities: prog.arities,
lazy: prog.lazy,
rules: prog.rules.map(ruleToJSON),
};
}

0 comments on commit b96ccc7

Please sign in to comment.