Skip to content

Instantly share code, notes, and snippets.

@reite
Created May 31, 2013 19:49
Show Gist options
  • Save reite/5687525 to your computer and use it in GitHub Desktop.
Save reite/5687525 to your computer and use it in GitHub Desktop.
arrToListObj :: Maybe Value -> Maybe [Object]
arrToListObj (Just (Array arr@(Object v))) = Just $ V.toList arr
arrToListObj _ = Nothing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment