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
StringToList
In project Functions, package ca.uqac.lif.petitpoucet.function.strings.
Functions
ca.uqac.lif.petitpoucet.function.strings
This function should take as input a String, and produce as its output a List<String> where elements are each character of the original string.
List<String>
The function should also implement (and test) the explanation relation, where:
Range
The text was updated successfully, but these errors were encountered:
Fixed issues #8, #6, #5 and #2
a1fd6c7
No branches or pull requests
In project
Functions
, packageca.uqac.lif.petitpoucet.function.strings
.This function should take as input a String, and produce as its output a
List<String>
where elements are each character of the original string.The function should also implement (and test) the explanation relation, where:
Range
part)The text was updated successfully, but these errors were encountered: