From 8f7ba4d80830e1a8fec4d8a7d9d7fa39f8ff7ef1 Mon Sep 17 00:00:00 2001 From: nodist Date: Mon, 11 May 2026 18:11:15 -0400 Subject: op for all actions --- docs/type_system/op.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/type_system/op.md') diff --git a/docs/type_system/op.md b/docs/type_system/op.md index 5793a57..2a86d99 100644 --- a/docs/type_system/op.md +++ b/docs/type_system/op.md @@ -3,5 +3,7 @@ --- ```text -Op[TYPE; TYPE; TYPE] +Op_class : Enum[.loop; .if; .match; .selection; ...] + +Op[RETURN_TYPE; LEFT_TYPE; RIGHT_TYPE; Op_class] ``` -- cgit v1.2.3