trivial/icfp-2016/fig-stxclass.tex
2016-03-16 08:31:40 -04:00

13 lines
487 B
TeX

\begin{center}
\begin{tabular}{l l l}
Syntax Class & Purpose \\\hline
\mod{fun/domain} & Infer function domain types \\
\mod{num/value} & Evaluate a numeric expression \\
\mod{pattern/groups} & Count regexp groups \\
\mod{query/constr} & Parse {\tt sql} queries \\
\mod{schema/spec} & Lift a schema value from syntax \\
\mod{string/format} & Parse format directives \\
\mod{vector/length} & Infer length from a vector spec. \\
\end{tabular}
\end{center}