Skip to content

Instantly share code, notes, and snippets.

View popara's full-sized avatar

Zeljko Nesic popara

  • Setubal, Portugal
  • 05:07 (UTC +01:00)
View GitHub Profile

Keybase proof

I hereby claim:

  • I am popara on github.
  • I am popara (https://keybase.io/popara) on keybase.
  • I have a public key ASB4Ty1kGO-p5YkTBuXADU0vi1RNxk91LHHacPmGLSzQ1go

To claim this, I am signing this object:

@popara
popara / HoHo.hs
Created January 1, 2018 14:51
Haskell Type ??
module HoHo where -- I suck at naming stuff :)
import qualified Data.Text as T
import Data.UUID
import qualified Data.Map as Map
type Handle a =
a -> IO Result
type X = (???) --- I will use this as a place holder for the type that I can't figure out.