Skip to content

Conversation

mario-bucev
Copy link
Collaborator

@mario-bucev mario-bucev commented Oct 25, 2022

Note: the default simplifier remain the current one

def tryFromString(s: String): Option[SimplifierKind] = s.toLowerCase match {
case "vanilla" => Some(Vanilla)
case "ocbsl" => Some(OCBSL)
case "ol" | "olympique lyonnais" => Some(OL)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Always good to have insightful long option names.

@vkuncak vkuncak merged commit 5dbe1b1 into epfl-lara:main Oct 25, 2022
@mario-bucev mario-bucev deleted the exp-ocbsl branch October 25, 2022 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants