lambda-calc-1/expression/error/new.h
2025-01-20 13:40:51 -06:00

9 lines
141 B
C

struct value;
struct string;
struct expression* new_error_expression(
const wchar_t* message,
struct expression* subexpression);