Skip to content

Commit

Permalink
Tutorial: fix some links.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlingCat committed Mar 11, 2018
1 parent 55f3397 commit e25e904
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial/interfaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ Idris 会分两趟进行解析:第一趟为类型,第二趟为定义。当
.. to the following:
惯用记法在定义求值器时通常很有用。McBride 和 Paterson
就为下面这样的语言描述了一种求值器[1]_ :
就为下面这样的语言描述了一种求值器 [1]_ :

.. .. code-block:: idris
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial/typesfuns.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1790,8 +1790,8 @@ Idris 提供了 **推导** 记法作为构建列表的简便写法。一般形
.. hint:: 推导式
推导式(Comprehension)来源于集合的构建方法,即 ``{x|x∈X⋀Φ(x)}``,其中的 ``Φ(x)``
即为限定式(Qualifier)。
参见`维基百科<https://en.wikipedia.org/wiki/Set-builder_notation#Parallels_in_programming_languages>`_
即为限定式(Qualifier)。详情参见
`维基百科 <https://en.wikipedia.org/wiki/Set-builder_notation#Parallels_in_programming_languages>`_
``case`` 表达式
Expand Down

0 comments on commit e25e904

Please sign in to comment.