Skip to content

Instantly share code, notes, and snippets.

@jhegedus42
Created November 9, 2016 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhegedus42/7b1e52b0e4085f1da5ed45421b91ad69 to your computer and use it in GitHub Desktop.
Save jhegedus42/7b1e52b0e4085f1da5ed45421b91ad69 to your computer and use it in GitHub Desktop.
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