From fd774948e6ac3506c24e6b87b6ef98403aa85951 Mon Sep 17 00:00:00 2001 From: nodist Date: Mon, 8 Jun 2026 11:38:20 -0400 Subject: add action and remove assigment from namespace --- 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 5dd9f74..e17868b 100644 --- a/docs/type_system/op.md +++ b/docs/type_system/op.md @@ -3,7 +3,7 @@ --- ```text -Op_class : Enum[.loop; .if; .match; .mutation; .selection; ...] +Op_class `alias Enum[.loop; .if; .match; .mutation; .selection; ...] Op[Op_class; RETURN_TYPE; LEFT_TYPE; RIGHT_TYPE] ``` -- cgit v1.2.3