packages feed

haxl-effectful-1.0.0: test/LoadCache.txt

loadCache :: GenHaxl u w es ()
loadCache = do
  cacheRequest (CountAardvarks "yyy") (except (LogicError (NotFound "yyy")))
  cacheRequest (CountAardvarks "xxx") (Right (3))
  cacheRequest (ListWombats 100) (Right ([1,2,3]))