Skip to content

Commit 80639e6

Browse files
Merge pull request #1354 from ShalokShalom/patch-1
Update enum.md
2 parents fa19f6c + 1e24d68 commit 80639e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/enum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Enum types cannot be denoted *structurally* as types, but must be denoted by
1616
named reference to an [`enum` item].
1717

1818
[^enumtype]: The `enum` type is analogous to a `data` constructor declaration in
19-
ML, or a *pick ADT* in Limbo.
19+
Haskell, or a *pick ADT* in Limbo.
2020

2121
[`enum` item]: ../items/enumerations.md
2222
[struct expression]: ../expressions/struct-expr.md

0 commit comments

Comments
 (0)