Skip to content

Instantly share code, notes, and snippets.

@txrev319
Created May 30, 2014 10:07
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 txrev319/c4f4e50228b363b13397 to your computer and use it in GitHub Desktop.
Save txrev319/c4f4e50228b363b13397 to your computer and use it in GitHub Desktop.
module Hello where
import Data.Map as M
import FFI
data Tag = Tag [String]
data Attrs = Map String String
data Doc = Doc { tag :: Tag,
attrs :: Map String String}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment