1
1
mirror of https://github.com/google/ormolu.git synced 2025-01-07 15:50:27 +03:00
ormolu/data/examples/declaration/value/function/multiple-matches.hs

4 lines
40 B
Haskell

foo :: Int -> Int
foo 5 = 10
foo _ = 12