(* Title: CoreC++ Author: Daniel Wasserrab Maintainer: Daniel Wasserrab <wasserra at fmi.uni-passau.de> Based on the Jinja theory J/Expr.thy by Tobias Nipkow *) section ‹Expressions› theory Expr imports Value begin subsection ‹The expressions› datatype bop = Eq | Add ― ‹names of binary operations›