diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-11 18:11:56 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-11 18:11:56 -0400 |
| commit | 85f89955930f377c1fd491dea0cfdec077b2a4f6 (patch) | |
| tree | ce9e54f15229c1cf396ea5c5f548a0fec98da35f /docs | |
| parent | 8f7ba4d80830e1a8fec4d8a7d9d7fa39f8ff7ef1 (diff) | |
add mutation op
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/type_system/op.md | 2 |
1 files changed, 1 insertions, 1 deletions
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] ``` |
