helper module for Int types
init : Basics.Int -> MeType.Expr
turn raw Int into an Expr
toInt : MeType.Expr -> Result String Basics.Int
convert Expr to raw Int (if types match)
eq : MeType.Expr
wraps ==
for ints
toFloat : MeType.Expr
wraps Basics.toFloat
modBy : MeType.Expr
wraps modBy