mirror of
https://github.com/qfpl/applied-fp-course.git
synced 2024-11-23 03:44:45 +03:00
Stub in bracketOnError to make that function a bit less open-ended
This commit is contained in:
parent
f458bb074f
commit
637bde5add
@ -141,8 +141,11 @@ parseJSONConfigFile =
|
||||
-- Use the ``bracketOnError`` function to guard against exceptions.
|
||||
readObject
|
||||
:: IO (Maybe Aeson.Object)
|
||||
readObject =
|
||||
error "readObject not implemented"
|
||||
readObject = bracketOnError
|
||||
undefined
|
||||
undefined
|
||||
undefined
|
||||
|
||||
|
||||
-- | Command Line Parsing
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user