Mercurial > hg > Papers > 2015 > atton-thesis
diff agda.tex @ 41:8fc2ac1f901f
Add delta definition in agda
author | Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 13 Feb 2015 11:48:40 +0900 |
parents | 470d99799398 |
children | 4f1107f1f6aa |
line wrap: on
line diff
--- a/agda.tex Fri Feb 13 11:31:46 2015 +0900 +++ b/agda.tex Fri Feb 13 11:48:40 2015 +0900 @@ -341,7 +341,7 @@ 例えば、直積型の定義はリスト\ref{src:product}のようなものがある。 \begin{table}[html] - \lstinputlisting[label=src:product, caption=Agdaにおける直積型の例] {src/product.agda} + \lstinputlisting[label=src:product, caption=Agdaにおける直積型の例] {src/product.agda.replaced} \end{table} 関数の定義時に \verb/_/ とした部分には項を入れることで関数が適用される。