{
is: { _id: 'Either', _tag: 'Right', right: false },
validate: {
_id: 'Either',
_tag: 'Left',
left: {
_id: 'ParseError',
message: 'Expected { readonly a: number }, actual "{ \\"a\\": 1 }"'
}
},
decode: { _id: 'Either', _tag: 'Right', right: { a: 1 } }
}
{
is: { _id: 'Either', _tag: 'Right', right: false },
validate: {
_id: 'Either',
_tag: 'Left',
left: {
_id: 'ParseError',
message: 'Expected { readonly a: number }, actual "{ \\"a\\": 1 }"'
}
},
decode: { _id: 'Either', _tag: 'Right', right: { a: 1 } }
}