diff options
Diffstat (limited to 'src/interp/ax.boot')
-rw-r--r-- | src/interp/ax.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/ax.boot b/src/interp/ax.boot index efd54a99..beca359f 100644 --- a/src/interp/ax.boot +++ b/src/interp/ax.boot @@ -157,7 +157,7 @@ axFormatDecl(sym, type) == ['Declare, sym, axFormatType type] makeTypeSequence l == - ['Sequence,: delete('Type, l)] + ['Sequence,: removeSymbol(l,'Type)] axFormatAttrib(typeform) == atom typeform => typeform |