I notice that I keep making the mistake with lookupYL of flipping the key and the data structure because they both have the same type YamlLight I end up wrapping it in a function like lookupStr YamlLight -> ByteString -> Maybe ByteString. This seems like a good way to go since the keys are always strings (I think).
I notice that I keep making the mistake with lookupYL of flipping the key and the data structure because they both have the same type
YamlLightI end up wrapping it in a function likelookupStr YamlLight -> ByteString -> Maybe ByteString. This seems like a good way to go since the keys are always strings (I think).