packages feed

haskell-tools-builtin-refactorings-1.0.0.0: examples/Refactor/ExtractBinding/Indentation.hs

module Refactor.ExtractBinding.Indentation where

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