From f00fe3aaca06fb652ae51f44ce82289a4c3ccd5b Mon Sep 17 00:00:00 2001 From: nodist Date: Thu, 7 May 2026 14:23:02 -0400 Subject: type representation --- docs/type_system/flag.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/type_system/flag.md (limited to 'docs/type_system/flag.md') diff --git a/docs/type_system/flag.md b/docs/type_system/flag.md new file mode 100644 index 0000000..45aecfa --- /dev/null +++ b/docs/type_system/flag.md @@ -0,0 +1,19 @@ +# Flag + +--- + +Up to 64 symbols that can be set on and off + +```text +Flag[.name; ...] + +opts : Flag[.a; .b; .c]$.a + +`log opts // Flag[.a; .b;. c].opts$(.a) +``` + +## `add + +## `remove + +## `has -- cgit v1.2.3