From 51d055dc7e1a6edbaedb7ea80b1e678eff924fe0 Mon Sep 17 00:00:00 2001 From: nodist Date: Wed, 10 Jun 2026 13:34:38 -0400 Subject: specify type representation --- docs/type_system/op.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/type_system/op.md') diff --git a/docs/type_system/op.md b/docs/type_system/op.md index 6280cc9..198d73f 100644 --- a/docs/type_system/op.md +++ b/docs/type_system/op.md @@ -3,7 +3,7 @@ --- ```text -Op_class `alias Enum[Void; .loop; .if; .match; .mutation; .selection; ...] - -Op[Op_class; RETURN_TYPE; LEFT_TYPE; RIGHT_TYPE] +Op[[OP_NAME] RETURN_TYPE; LEFT_TYPE; RIGHT_TYPE] ``` + +The `OP_NAME` a single value -- cgit v1.2.3