From 51c371db6ced53b8f9198890672961ef912a9aad Mon Sep 17 00:00:00 2001 From: nodist Date: Tue, 7 Jul 2026 15:33:52 -0400 Subject: define interfaces --- docs/type_system/task.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/type_system/task.md') diff --git a/docs/type_system/task.md b/docs/type_system/task.md index 3561737..ae547b2 100644 --- a/docs/type_system/task.md +++ b/docs/type_system/task.md @@ -13,6 +13,7 @@ Task[[] TYPE] ```c typedef struct { kpl_ptr type; + kpl_interface *interface; } kpl_type_body_task; ``` -- cgit v1.2.3