diff options
author | Evi | 2016-05-14 15:58:35 +0200 |
---|---|---|
committer | Evi | 2016-05-14 15:58:35 +0200 |
commit | 8962431a7dce03507e3f84fb8e66a349a04fe057 (patch) | |
tree | 3431a60c8d8f981ac043d5067db5d4856eaea972 /ruleshead.tex | |
parent | Cleanup (diff) |
verwerken feedback
Diffstat (limited to 'ruleshead.tex')
-rw-r--r-- | ruleshead.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ruleshead.tex b/ruleshead.tex index 53b4bf2..d45bee3 100644 --- a/ruleshead.tex +++ b/ruleshead.tex @@ -3,7 +3,7 @@ \label{sec:rules:head} \begin{quote} - h - Pops a string from the stack, and pushes its head, ie the first + h - Pops a string from the stack, and pushes its head, that is the first character. This causes an error if used on the empty string. \end{quote} @@ -24,7 +24,7 @@ $$ {\ip'}{\op}{\st} \using{\rheadns} \qquad - \text{met $(c~s,\stk') = \pop{\stk}$.} + \text{met $\pop{\stk} = (c~s,\stk')$.} \end{prooftree} $$ |