carp-lang / Carp

A statically typed lisp, without a GC, for real-time applications.
Apache License 2.0
5.47k stars 173 forks source link

refactor: remove unnecessary solveOneInternal function #1433

Closed scolsen closed 1 year ago

scolsen commented 1 year ago

Since solveOne was defined as = solveOneInternal, we can just call it directly.

eriksvedang commented 1 year ago

Nice!