summaryrefslogtreecommitdiff
path: root/docs/type_system/action.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/type_system/action.md')
-rw-r--r--docs/type_system/action.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/type_system/action.md b/docs/type_system/action.md
deleted file mode 100644
index 2917b69..0000000
--- a/docs/type_system/action.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# Action
-
----
-
-```text
-Action_class `alias Enum[.unknown; .loop; .if; .match; .mutation]
-
-Action[Action_class; SCOPE; Parent; TARGET; ARGS; STATEMENTS ...]
-```