Created
November 9, 2016 10:54
-
-
Save jhegedus42/7b1e52b0e4085f1da5ed45421b91ad69 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
module Main where | |
import Prelude | |
import Data.Foldable (for_) | |
import Data.String (length, fromCharArray) | |
import Data.Unfoldable (replicate) | |
import Control.Monad.Eff | |
import Control.Monad.Eff.Console (log) | |
main = do | |
log $ "bla " <> (show record) | |
record = {bla:2} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment