summaryrefslogtreecommitdiff
path: root/docs/lifecycle
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-07-11 21:37:00 -0400
committernodist <kevin.comas.git@gmail.com>2026-07-11 21:37:00 -0400
commit5fadfba312fcd0367a3341c5d194b7955627c177 (patch)
treeb459f27fec6028091d4b3af39f76d79348905148 /docs/lifecycle
parent730faa451fbc3e7ae37c8a3b32b9d4d99007c666 (diff)
remove imcomplete functions
Diffstat (limited to 'docs/lifecycle')
-rw-r--r--docs/lifecycle/check.md10
1 files changed, 1 insertions, 9 deletions
diff --git a/docs/lifecycle/check.md b/docs/lifecycle/check.md
index cb52ca8..358106d 100644
--- a/docs/lifecycle/check.md
+++ b/docs/lifecycle/check.md
@@ -8,12 +8,4 @@ Type checking
# Actions
-# Complete Function Definitions
-
-A function with its arguments and return type defined
-
-# Incomplete Function Definitions
-
-Check if the function's arguments are all typed, if they are the functions return type can be inferred and set as a complete function
-
-Can only type check on invocation, check if invocation is in the `INVOCATION_LIST` if not add new invocation
+# Functions