Last active
July 20, 2017 02:09
-
-
Save analytic-bias/da21d1a910c0d191d0b61bcad7e314f6 to your computer and use it in GitHub Desktop.
This file contains 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
outputInBrainf''' :: String -> String | |
outputInBrainf''' s = do c <- s | |
replicate (ord c) '+' ++ ".>" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment