1
1
mirror of https://github.com/tweag/ormolu.git synced 2024-09-11 13:16:13 +03:00
ormolu/fixity-tests/test-1-no-extra-info-expected.hs
Mark Karpov 4b5ba705d7 Introduce operator fixity configuration
Co-authored-by: amesgen <alexander.esgen@tweag.io>
2022-05-12 13:50:42 +02:00

13 lines
255 B
Haskell

lenses =
Just $
M.fromList $
"type"
.= ("user.connection" :: Text)
# "connection"
.= uc
# "user"
.= case name of
Just n -> Just $ object ["name" .= n]
Nothing -> Nothing
# []