<div id="comment:0"></div> ``` sage: L = LaurentPolynomialRing(QQ, 'x') sage: L(x + 3/x) 3*x^-1 + x ``` should work, but doesn't. Component: **algebra** Author: **Daniel Krenn** Branch/Commit: **[`ba5f230`](https://github.com/sagemath/sagetrac-mirror/commit/ba5f230668685c7dd51f2a1148726546b2c944ca)** Reviewer: **Ralf Stephan** _Issue created by migration from https://trac.sagemath.org/ticket/21833_