-module(test). -compile(export_all). -scan(indentation). f(X) -> X+2 . g(X) -> X+4 . h(X) -> Y = case X of a -> {a} b -> {b} end Y .