packages feed

haskell-tools-builtin-refactorings-1.0.0.0: examples/Expr/Operator.hs

module Expr.Operator where

x = 1 + 2
y = (+) 1 2
z = 1 `mod` 2