Created
April 12, 2018 03:52
-
-
Save patrickcousins/01c7b20156c5651f9cb6ecffb6802ae3 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
warmWool.forEach { | |
val yarn = when (it) { | |
is Wool.Merino -> knit() | |
is Wool.Alpaca -> knit() | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment