Open sschober opened 1 year ago
We could imagine, that
Cat(Lit(L1),Lit(L2))
Could be simplified to just
Lit(L1L2)
Maybe other reductions apply.
But I don't know if simplifying the AST is a favorable goal in and of itself. Higher granularity would be beneficial for a formatter.
We could imagine, that
Could be simplified to just
Maybe other reductions apply.