packages feed

haskell-tools-refactor-0.4.1.1: examples/Refactor/ExtractBinding/Indentation.hs

module Refactor.ExtractBinding.Indentation where

f a = case Just a of 
  Nothing -> 0
  Just x -> x