We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The common user may not know the correct spelling of the atp. The method can have the type:
suggestSystemATPs :: String -> [SystemATPs] > suggestSystemATP "ampire" ["online-vampire", "online-vampire2", "online-fampire"]
The method must resolve the list even if the string given by the user doesn't have the prefix "online-".
The text was updated successfully, but these errors were encountered:
I would like to use the something similar like: https://hackage.haskell.org/package/edit-distance-0.2.2.1/docs/Text-EditDistance.html
Sorry, something went wrong.
I changed my mind, the user should know exactly the convention for the atp.
jonaprieto
No branches or pull requests
The common user may not know the correct spelling of the atp.
The method can have the type:
The method must resolve the list even if the string given by the user doesn't have the prefix "online-".
The text was updated successfully, but these errors were encountered: