Safe Haskell | None |
---|---|
Language | Haskell2010 |
Basic utility to search an ISBN using the Google Books webservice
Documentation
data GoogleISBN Source #
Instances
Show GoogleISBN Source # | |
Defined in Google.ISBN showsPrec :: Int -> GoogleISBN -> ShowS # show :: GoogleISBN -> String # showList :: [GoogleISBN] -> ShowS # | |
Generic GoogleISBN Source # | |
Defined in Google.ISBN type Rep GoogleISBN :: * -> * # from :: GoogleISBN -> Rep GoogleISBN x # to :: Rep GoogleISBN x -> GoogleISBN # | |
FromJSON GoogleISBN Source # | |
Defined in Google.ISBN parseJSON :: Value -> Parser GoogleISBN parseJSONList :: Value -> Parser [GoogleISBN] | |
type Rep GoogleISBN Source # | |
Defined in Google.ISBN |
googleISBN :: ISBN -> IO (Maybe GoogleISBN) Source #