packages feed

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

module Expr.If where

b = 12
a = if b > 3 then 1 else 0