From 85f89955930f377c1fd491dea0cfdec077b2a4f6 Mon Sep 17 00:00:00 2001 From: nodist Date: Mon, 11 May 2026 18:11:56 -0400 Subject: add mutation op --- docs/type_system/op.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/type_system/op.md') diff --git a/docs/type_system/op.md b/docs/type_system/op.md index 2a86d99..3373f17 100644 --- a/docs/type_system/op.md +++ b/docs/type_system/op.md @@ -3,7 +3,7 @@ --- ```text -Op_class : Enum[.loop; .if; .match; .selection; ...] +Op_class : Enum[.loop; .if; .match; .mutation; .selection; ...] Op[RETURN_TYPE; LEFT_TYPE; RIGHT_TYPE; Op_class] ``` -- cgit v1.2.3