helper module for Float types
init : Basics.Float -> MeType.Expr
turn raw Float into Exp
toFloat : MeType.Expr -> Result String Basics.Float
convert Expr to raw Float (if types match)