Open KyleErwin opened 4 years ago
This MR adds a new Step method that exposes the eval environment function. This would provide users, who are wanting to use implementations other than Position, an easy interface to evaluate a NonEmptyList.
Step
eval
Position
NonEmptyList
This MR adds a new
Step
method that exposes theeval
environment function. This would provide users, who are wanting to use implementations other thanPosition
, an easy interface to evaluate aNonEmptyList
.