:: FilePath -> String -package:turtle -package:protolude -package:filepath package:sydtest

The golden test context for adding context to a golden test assertion:
goldenTestCompare = \actual expected ->
if actual == expected
then Nothing
else Just $ Context (stringsNotEqualButShouldHaveBeenEqual actual expected) (goldenContext fp)
Convert a generic value into a pretty Value, if possible.