Created
January 9, 2018 22:12
-
-
Save ryanwebjackson/3780eacb767f0a410ead1f2b80723468 to your computer and use it in GitHub Desktop.
I'm not sure why this doesn't work - still a novice in FSharp, it seems.
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
open System | |
let stringifyMe myInt = | |
myInt.ToString() | |
printf stringifyMe String.length ("π¨βπ©βπ§βπ¦") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment