We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8dc72 commit 9def5ccCopy full SHA for 9def5cc
src/types/enum.md
@@ -16,7 +16,7 @@ Enum types cannot be denoted *structurally* as types, but must be denoted by
16
named reference to an [`enum` item].
17
18
[^enumtype]: The `enum` type is analogous to a `data` constructor declaration in
19
- ML, or a *pick ADT* in Limbo.
+ Haskell, or a *pick ADT* in Limbo.
20
21
[`enum` item]: ../items/enumerations.md
22
[struct expression]: ../expressions/struct-expr.md
0 commit comments