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