Last active
August 1, 2020 22:56
-
-
Save bukzor/ecf6831a98c54b63c4eb961385f45bf5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
head.splitc_example3 : The(List(List(Char)), head.splitc('x', ['a', 'x', 'b'])) | |
The.value<List(List(Char))>([['a'], ['b']]) | |
Inside head.splitc_example3: | |
Found type... The(List(List(Char)),List.cons(List.cons('a',List.nil),List.cons(List.cons('b',List.nil),List.nil))) | |
Instead of... The(List(List(Char)),head.splitc('x',List.cons('a',List.cons('x',List.cons('b',List.nil))))) | |
On line 19: | |
18| head.splitc_example3 : The(List(List(Char)), head.splitc('x', ['a','x', 'b'])) | |
19| The.value<List(List(Char))>([['a'], ['b']]) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment