packages feed

haskell-tools-refactor-1.0.1.1: examples/Expr/Operator.hs

module Expr.Operator where

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