mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Sexpr tags fixed
This commit is contained in:
parent
cbd715339f
commit
ac853957ae
6 changed files with 22 additions and 3 deletions
|
|
@ -102,6 +102,14 @@ Generic data manupulation.
|
|||
\descr{\lstinline|infix =?= at < (x, y)|}{A generic comparison operator similar to \lstinline|compare|, but capable of handling cyclic/shared data structures.}
|
||||
\descr{\lstinline|infix === at == (x, y)|}{A generic equality operator capable of handling cyclic/shared data structures.}
|
||||
|
||||
\section{Unit \texttt{Timer}}
|
||||
\label{sec:timer}
|
||||
|
||||
A simple timer.
|
||||
|
||||
\descr{\lstinline|fun timer ()|}{Creates a timer. Creates a zero-argument function which, being called, returns the elapsed time in microseconds since its creation.}
|
||||
\descr{\lstinline|fun toSeconds (n)|}{Converts an integer value, interpreted as microseconds, into a floating-point string.}
|
||||
|
||||
\section{Unit \texttt{Random}}
|
||||
\label{sec:random}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue