package registrynew // Conversion type Conversion interface { InRepr() string OutRepr() string Run(Expr) (Expr, error) }