aeson-schemas-1.4.0.1: test/goldens/integration/ghc-8.10/getqq_missing_key.golden
/test/wont-compile/GetMissingKey.hs:17:1: error:
• Key 'missing' does not exist in the following schema:
'[ '( 'Data.Aeson.Schema.Key.NormalKey "foo",
'Data.Aeson.Schema.Type.SchemaScalar Bool)]
• When checking the inferred type
result :: Data.Aeson.Schema.Internal.SchemaResult (TypeError ...)
|
17 | result = [get| o.missing |]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^