Skip to content

Commit 1a13e35

Browse files
author
Aslan Askarov
committed
pinipushto
1 parent 17632da commit 1a13e35

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

body.tex

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -841,15 +841,6 @@ \subsubsection{\code{getTime}}
841841
\end{description}
842842

843843

844-
\subsubsection{\code{getTime}}
845-
\begin{description}
846-
\item [Description] Obtains current Unix timestmap
847-
\item [Arguments] Unit.
848-
\item [Returns] Number.
849-
\item [Example usage] \textcode{getTime()}
850-
\end{description}
851-
852-
853844
\subsubsection{\code{inputLine}}
854845
\begin{description}
855846
\item[Description] Reads a line from the console.
@@ -910,6 +901,18 @@ \subsubsection{\code{pinipush}}
910901
\item [Example usage] \textcode{pinipush (authority)}
911902
\end{description}
912903

904+
905+
\subsubsection{\code{pinipushto}}
906+
\begin{description}
907+
\item [Description] Pushes authority value onto the \emph{pini} stack,
908+
with explicit blocking level.
909+
\item [Arguments] A tuple: a value of type authority, and a level.
910+
\item [Returns] A string capability to be passed as the argument to \code{pinipop}
911+
\item [Failure behavior] Crashes if the current blocking level does not flow to the level argument.
912+
\item [Example usage] \textcode{pinipushto (authority, {bob})}
913+
\end{description}
914+
915+
913916
\subsubsection{\code{print}}
914917
\begin{description}
915918
\item [Description] Prints a value on the console omitting its security types.

main.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
%\author{}
4040
% \author{\sf Aslan Askarov \\ \small aslan@cs.au.dk}
4141

42-
\date{March 16, 2020} % Activate to display a given date or no date
42+
\date{March 26, 2020} % Activate to display a given date or no date
4343

4444
\begin{document}
4545
\maketitle

0 commit comments

Comments
 (0)