1
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Jul 27, 2024 — Jul 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More applicative. More... over 11 years ago
Playing with applicative. More... over 11 years ago
Added NICTA to README - removed Real World Haskell link. More... over 11 years ago
messing with Applicative. More... over 11 years ago
Added my answers to NICTA course. More... over 11 years ago
Added playground for McBride and Paterson's applicative paper. More... over 11 years ago
Moved bitly-client into its own repo. More... over 11 years ago
Moved stuff out of bitly-client in preparation for making it standalone. More... over 11 years ago
Added date to copyright. Added README. More... over 11 years ago
Added link/lookup. All remote tests pass. Two local tests fail because I do not have <|> working right yet. More... over 11 years ago
Due to a record field name collision, I noticed that my use of <|> is not actually working correctly. An info request is return expand data. Compiles and executes, but is giving wrong results. More... over 11 years ago
Normalized header across files. More... over 11 years ago
Updated test data. All existing executing tests now pass. Also started adding "shorten" support. More... over 11 years ago
Added "info" response. Now know how to "backtrack" (e.g., <|> works!). More... over 11 years ago
Starting to add more API support. Still need to use <|> to handle different cases. More... over 11 years ago
Works now - based on J. Abrahamson's response to my http://stackoverflow.com/questions/22514380/how-do-you-parse-bitly-response-json-with-aeson Still need to incorporate his ok/else pointers. runLocalTests "fails" becauses only because the test itself has a "wrong" expected result (need to fix). More... over 11 years ago
Still trying to parse the "expand" array. More... over 11 years ago
Minimal. Working. Far from "right" or complete. More... over 11 years ago
Getting there. This works. More... over 11 years ago
Trying to handle nested JSON. The tests pass, but I have commented out the drill down for now. Going to switch to something else. More... over 11 years ago
Aes.hs: trying fully derived Aeson example from _Beginning Haskell_ book. toJSON works. fromJSON does not. More... over 11 years ago
Moved Request and Response into separate files to get around record accessor name collisions. Works. More... over 11 years ago
Works. Functionally complete. But bugs : (Just "message") escapes quotes. Needs finer-grained handling of field types. And much cleanup. More... over 11 years ago
Working (but not complete) client in TH. More... over 11 years ago
Back to figuring out how to use template haskell - understand ''Foo now. More... over 11 years ago
Reorganizing my explorations of TH and Uniplate. More... over 11 years ago
Successfully finding/returning then traversing record declarations. More... over 11 years ago
Learning TH and GHC.Generics and Uniplate. More... over 11 years ago
reorg (still in process) More... over 11 years ago
Learning template haskell. More... over 11 years ago