Repeat Until Keypressed

main :: IO ()

main = do

    putStrLn ( "https://github.com/" ++ githubUser )

    putStrLn ( "https://twitter.com/" ++ twitterUser )

    putStrLn ( "https://linkedin.com/in/" ++ linkedinUser )

    putStrLn ( "14D4 0CA1 E1A8 06A0 15C4 A06B 372E C33E B388 121A" )

    where twitterUser = "mpmlopes"

          linkedinUser = "mpmlopes"

          githubUser = "mlopes"

  • Home
  • talks
  • tags
  • feed

Marco's Technical Writings

  • Vim and Haskell in 2019
  • Abstracting Over Effect Types
  • The Case for Exceptions?
  • Effects
  • Type Parameters
  • Currying and Partial Application
  • Function Properties
  • Defining Functions
  • What is Functional Programming?
  • Learning Scala
  • OSD to show STDOUT from a command in XMonad
  • More on TDD in Haxe/NME - Game Of Life
  • Testing Haxe/NME project with munit
  • Debug Tokens for Blackberry Playbook development with NME
  • First Post
Follow me on twitter @mpmlopes
λ