diff options
Diffstat (limited to 'lessons/src/lesson032_records/text.html')
-rw-r--r-- | lessons/src/lesson032_records/text.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lessons/src/lesson032_records/text.html b/lessons/src/lesson032_records/text.html deleted file mode 100644 index f515ccd..0000000 --- a/lessons/src/lesson032_records/text.html +++ /dev/null @@ -1,10 +0,0 @@ -<p>Variants of a record can hold other data within them.</p> -<p> - These fields can be given labels, and like function argument labels they can - be optionally used when calling the record constructor. Typically labels will - be used for variants that define them. -</p> -<p> - It is common to have a custom type with one variant that holds data, this is - the Gleam equivalent of a struct or object in other languages. -</p> |