feat: repr, codec
This commit is contained in:
@@ -4,7 +4,7 @@ package runtime
|
||||
|
||||
import (
|
||||
"git.maximhutz.com/max/lambda/pkg/emitter"
|
||||
"git.maximhutz.com/max/lambda/pkg/expr"
|
||||
"git.maximhutz.com/max/lambda/pkg/repr"
|
||||
)
|
||||
|
||||
// Runtime defines the interface for expression reduction strategies.
|
||||
@@ -23,5 +23,5 @@ type Runtime interface {
|
||||
Run()
|
||||
|
||||
// Copy the state of the runtime.
|
||||
Expression() expr.Expression
|
||||
Expression() repr.Repr
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user