Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove redundant words in comment #6726

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/papers/system-f-in-agda/paper.lagda
Original file line number Diff line number Diff line change
Expand Up @@ -2618,7 +2618,7 @@ with conversion presented in section \ref{sec:intrinsically-typed}.
We define two special cases of \AgdaFunction{subst} which allow us to
substitute the types of variables or terms by propositionally equal
types. While it is the case that types are now represented uniquely we
still want or need to to prove that two types are equal, especially in
still want or need to prove that two types are equal, especially in
the presence of (Agda) variables, cf., while the natural number 7 has
a unique representation in Agda we still might want to prove that for
any natural numbers \AgdaBound{m} and \AgdaBound{n}, \AgdaBound{m}
Expand Down
2 changes: 1 addition & 1 deletion doc/plutus-core-spec/flat-serialisation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ \subsection{Padding}
then $\pad$ still adds an extra byte of padding; $\pad$ is used both for
internal alignment (for example, to make sure that the contents of a bytestring
are aligned on byte boundaries) and at the end of a complete encoding of a
Plutus Core program to to make the length a multiple of 8 bits.
Plutus Core program to make the length a multiple of 8 bits.
Symbolically,
$$
\pad(s) = s \cdot \pp{k} \quad \text{if $\length(s) = 8n+k$ with $n,k \in \N$ and $0 \leq k \leq 7$}
Expand Down
Loading