Skip to content

Commit

Permalink
paper
Browse files Browse the repository at this point in the history
  • Loading branch information
Freakwill committed May 22, 2024
1 parent b3b8056 commit 0c5ab08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ We introduce the concept of a **container**, simulating an **(algebraic) system*

A container $s$ of type $S$, with elements of type $A$, is represented by following expression:

$$
s = \{a:A\}: S \quad \text{or} \quad s:S[A]
\label{container}
$$
$$
s = \{a:A\}: S \quad \text{or} \quad s:S[A]
\label{container}
$$

where the symbol $\{\cdot\}$ signifies either a set, or a sequence to emphasize the order of the elements. The notation $S[A]$ mimicks Python syntax, borrowed from the module [typing](https://docs.python.org/3.11/library/typing.html?highlight=typing#module-typing).

Expand Down

0 comments on commit 0c5ab08

Please sign in to comment.