We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0635f91 + 3e35b90 commit 0668397Copy full SHA for 0668397
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