Skip to content

Ian Sweet

PhD Student @ PLUM, University of Maryland, College Park

  • About
  • Research
  • Blog
  • Contact
  • Twitter
  • GitHub
  • LinkedIn
  • Email

An Inference Rule

Behold.

\[
\begin{gathered}
{\Gamma \vdash i : \mathbb{Z}}
\qquad
\frac{\Gamma \vdash e_1 : \mathbb{Z} \quad
\Gamma \vdash e_2 : \mathbb{Z}}
{\Gamma \vdash e_1 + e_2 : \mathbb{Z}}
\end{gathered}
\]

Now with code block!

let f (x : int) (y : int) =
  x + y
Posted byIan SweetAugust 20, 2020May 19, 2024Posted inUncategorized1 Comment on An Inference Rule
Ian Sweet, Proudly powered by WordPress.