From 20106935981d50971da0a7708a5bfdbec256049c Mon Sep 17 00:00:00 2001 From: nodist Date: Fri, 10 Jul 2026 15:14:36 -0400 Subject: array methods and return qualifier --- docs/lifecycle/check.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/lifecycle') 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 -- cgit v1.2.3