Skip to content

Instantly share code, notes, and snippets.

@codedmart
Created November 17, 2014 18:57
Show Gist options
  • Save codedmart/5801405f637399a6f07b to your computer and use it in GitHub Desktop.
Save codedmart/5801405f637399a6f07b to your computer and use it in GitHub Desktop.
### Failure in ./Database/RethinkDB/Functions.hs:409: expression `run' h $ table "posts" # group (!"author") (reduce (\a b -> a + "\n" + b) . R.map (!"message"))'
expected: [{"group":"bill","reduction":"hi\nhello"},{"group":"bob","reduction":"lorem ipsum"}]
but got: [{"group":"bill","reduction":"hello\nhi"},{"group":"bob","reduction":"lorem ipsum"}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment