fourmolu-0.20.1.0: fixity-tests/test-1-no-extra-info-expected.hs
lenses =
Just
$ M.fromList
$ "type"
.= ("user.connection" :: Text)
# "connection"
.= uc
# "user"
.= case name of
Just n -> Just $ object ["name" .= n]
Nothing -> Nothing
# []