convert Expr to String
fromExpr : MeType.Expr -> String
convert Expr to String
fromList : List String -> String
emit a list of strings (i.e. surround with brackets, add commas)
fromTuple : ( String, String ) -> String
emit a tuple of strings (i.e. surround with parens, add commas)