diff options
Diffstat (limited to 'subex/subexast.go')
-rw-r--r-- | subex/subexast.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subex/subexast.go b/subex/subexast.go index c49f215..0c5c676 100644 --- a/subex/subexast.go +++ b/subex/subexast.go @@ -120,7 +120,7 @@ func (ast SubexASTCopyAny) String() string { // Output a series of Atoms without reading anything from input type SubexASTOutput struct { - replacement []TransducerOutput + replacement []OutputContent } func (ast SubexASTOutput) compileWith(next SubexState) SubexState { return &SubexOutputState{ |