strict ts + fixes

This commit is contained in:
Yura Dupyn 2026-02-07 14:57:01 +01:00
parent 1b406899e0
commit d45207342c
9 changed files with 15 additions and 12 deletions

View file

@ -1,5 +1,4 @@
// src/debug/value_string.ts
// AI GENERATED
import { Value, Env, Closure, EnvFrame } from '../value';
import { exprToString, productPatternToString } from './expr_show';