Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Tutorial/DataTypes/AltSyntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
module Tutorial.DataTypes.AltSyntax
```

While the examples in the section about parameterized data types are short and concise, there is a slightly more verbose but much more general form for writing such definitions, which makes it much explicit what's going on. This form is generally considered to be preferable for all but the most basic of data definitions.
While the examples in the section about parameterized data types are short and concise, there is a slightly more verbose but much more general form for writing such definitions, which makes it much more explicit what's going on. This form is generally considered to be preferable for all but the most basic of data definitions.

Here are the definitions of `Option`, `Validated`, and `Seq` again, using this more general form:

Expand Down