Haxl/tests/LoadCache.txt
2014-06-10 02:47:59 -07:00

6 lines
219 B
Plaintext

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