Skip to content

Commit

Permalink
Update typesfuns.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetkau authored Aug 7, 2020
1 parent 69782fa commit 282de12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/typesfuns.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ natural numbers can be either zero (``Z``), or the successor of
another natural number (``S k``). Lists can either be empty (``Nil``)
or a value added to the front of another list (``x :: xs``).

Data types may also be declared by giving the just the *types* of the
Data types may also be declared by giving just the *types* of the
constructors. These definitions are equivalent to those above:

.. code-block:: idris
Expand Down

0 comments on commit 282de12

Please sign in to comment.