We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c1a771 commit 540bd4eCopy full SHA for 540bd4e
1 file changed
test-drivers/encoder/Main.hs
@@ -30,7 +30,7 @@ main =
30
do txt <- BS.getContents
31
case Aeson.decode txt of
32
Just (Toml.Table t) -> putStr (show (prettyToml t))
33
- Nothing -> exitFailure
+ _ -> exitFailure
34
35
instance a ~ () => Aeson.FromJSON (Toml.Value' a) where
36
parseJSON =
0 commit comments