Skip to content

Commit

Permalink
Format data Coffee example
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles committed Mar 16, 2017
1 parent 9a79b83 commit 7c145e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Custom Types
------------

In Haskell we often define algebraic data types for types that only have a few
values. For example, we might capture the different types of coffee by
values. For example, we might capture the different types of coffee by::

data Coffee = PourOver | Espresso | FlatWhite
deriving (Read, Show)
Expand Down

0 comments on commit 7c145e5

Please sign in to comment.