summaryrefslogtreecommitdiff
path: root/docs/lifecycle/check.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-07-10 15:14:36 -0400
committernodist <kevin.comas.git@gmail.com>2026-07-10 15:14:36 -0400
commit20106935981d50971da0a7708a5bfdbec256049c (patch)
treea8f117787719de25813814b46ceb3e27c6541cfc /docs/lifecycle/check.md
parent4b46d1e1b306a8573113aa971c5f8811256e2bd0 (diff)
array methods and return qualifier
Diffstat (limited to 'docs/lifecycle/check.md')
-rw-r--r--docs/lifecycle/check.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/lifecycle/check.md b/docs/lifecycle/check.md
index 39290c3..cb52ca8 100644
--- a/docs/lifecycle/check.md
+++ b/docs/lifecycle/check.md
@@ -10,6 +10,10 @@ Type checking
# 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