package registrynew type Expr interface { Repr() string Data() any }