From 6f107b7a0ccfbcd3e2ec05d91c98877d9b2e0fc7 Mon Sep 17 00:00:00 2001 From: Charlie Stanton Date: Sun, 5 Mar 2023 10:00:28 +0000 Subject: Renames TransducerOutput to OutputContent (and related types) and moves into main/subexstate.go --- subex/subexast.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subex/subexast.go') 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{ -- cgit v1.2.3