packages feed

haskell-src-exts-1.24.0: tests/examples/HashOperator.hs.prettyprinter.golden

{-# LANGUAGE OverloadedLabels #-}

( #. ) :: Int -> Int -> Int
x #. y = x + y

infixr 9 #.