packages feed

ormolu-0.0.3.0: data/examples/declaration/value/function/record-dot-out.hs

{-# OPTIONS_GHC -fplugin=RecordDotPreprocessor #-}

data Foo = Foo {bar :: Int}

mfoo = fmap (.bar) $ Nothing

bar = (Foo 1).bar