math.complex: Fix PRIVATE>

There's an IN: in the middle of a PRIVATE> and that breaks things.
db4
Doug Coleman 2015-06-30 08:57:20 -07:00
parent 69ee8b9190
commit 380790f624
1 changed files with 2 additions and 2 deletions
basis/math/complex

View File

@ -31,6 +31,8 @@ M: complex /i [ /i ] complex/ ; inline
M: complex abs absq sqrt ; inline
M: complex sqrt >polar [ sqrt ] [ 2.0 / ] bi* polar> ; inline
PRIVATE>
IN: syntax
ERROR: malformed-complex obj ;
@ -45,5 +47,3 @@ USE: prettyprint.custom
M: complex pprint* pprint-object ;
M: complex pprint-delims drop \ C{ \ } ;
M: complex >pprint-sequence >rect 2array ;
PRIVATE>