showell / meta-elm / MeRepr

convert Expr to String

fromExpr : MeType.Expr -> String

convert Expr to String

Helpers

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)