Closed diksipav closed 4 months ago
Add types for $FreeObjectλShape and $str in packages/generate/src/syntax/modules/std.ts which will fix type of $expr_Group which will fix type of SomeExpression.
$FreeObjectλShape
$str
packages/generate/src/syntax/modules/std.ts
$expr_Group
SomeExpression
export type $FreeObjectλShape = any; export type $str = ScalarType<"std::str", string>;
Add types for
$FreeObjectλShape
and$str
inpackages/generate/src/syntax/modules/std.ts
which will fix type of$expr_Group
which will fix type ofSomeExpression
.