You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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 likelookupStr YamlLight -> ByteString -> Maybe ByteString
. This seems like a good way to go since the keys are always strings (I think).The text was updated successfully, but these errors were encountered: