From d646ab00527a8bf63f39d0e407275f302f06e44e Mon Sep 17 00:00:00 2001 From: imaqtkatt Date: Wed, 28 Feb 2024 09:08:20 -0300 Subject: [PATCH] Add field bindings comment --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cc8624154..6e43c1d14 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,8 @@ match list { List.nil: None } +// If we don't provide field bindings, it will implicitly use +// the fields of the declared data type match list { List.cons: (Some list.head) List.nil: None