]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - examples.tex
mjo-arrow: add the constant function \const.
[mjotex.git] / examples.tex
index c1f3df1eb64e416fb00c52f809cdcfc562138324..9e376ccd58757500d96fbf6df2f5395e70b6c39b 100644 (file)
@@ -53,8 +53,9 @@
   \end{section}
 
   \begin{section}{Arrow}
-    The identity operator on $V$ is $\identity{V}$. The composition of
-    $f$ and $g$ is $\compose{f}{g}$. The inverse of $f$ is
+    The constant function that always returns $a$ is $\const{a}$. The
+    identity operator on $V$ is $\identity{V}$. The composition of $f$
+    and $g$ is $\compose{f}{g}$. The inverse of $f$ is
     $\inverse{f}$. If $f$ is a function and $A$ is a subset of its
     domain, then the preimage under $f$ of $A$ is $\preimage{f}{A}$.
   \end{section}