diff options
author | Matej Kosik <m4tej.kosik@gmail.com> | 2015-11-03 10:07:16 +0100 |
---|---|---|
committer | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2015-12-10 09:35:11 +0100 |
commit | 6a66f087bdb773465ce55f8cac040158f07c8d5c (patch) | |
tree | 05a660a196f0cfab57ccecb5cf8fe708e3e317a8 /doc/common | |
parent | 1231781cf36d94858abc1a73a55fbba543209d4c (diff) |
ALPHA-CONVERSION: s/Length/has_length/g
Diffstat (limited to 'doc/common')
-rw-r--r-- | doc/common/macros.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/common/macros.tex b/doc/common/macros.tex index fb9190a16..1ac29b155 100644 --- a/doc/common/macros.tex +++ b/doc/common/macros.tex @@ -257,13 +257,13 @@ \newcommand{\forest}{\mbox{\textsf{forest}}} \newcommand{\from}{\mbox{\textsf{from}}} \newcommand{\hd}{\mbox{\textsf{hd}}} -\newcommand{\Length}{\mbox{\textsf{Length}}} +\newcommand{\haslength}{\mbox{\textsf{has\_length}}} \newcommand{\length}{\mbox{\textsf{length}}} -\newcommand{\LengthA}{\mbox {\textsf{Length\_A}}} +\newcommand{\haslengthA}{\mbox {\textsf{has\_length~A}}} \newcommand{\List}{\mbox{\textsf{list}}} \newcommand{\ListA}{\mbox{\textsf{List\_A}}} -\newcommand{\LNil}{\mbox{\textsf{Lnil}}} -\newcommand{\LCons}{\mbox{\textsf{Lcons}}} +\newcommand{\nilhl}{\mbox{\textsf{nil\_hl}}} +\newcommand{\conshl}{\mbox{\textsf{cons\_hl}}} \newcommand{\nat}{\mbox{\textsf{nat}}} \newcommand{\nO}{\mbox{\textsf{O}}} \newcommand{\nS}{\mbox{\textsf{S}}} |