1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 05:41:54 +03:00
semantic/test/fixtures/haskell/corpus/statements.A.hs
2018-06-13 16:48:03 -07:00

5 lines
130 B
Haskell

f = if a then 1 else 2
f = if a; then b; else c
f = if (if a then b else c) then d else e
f = if if a then b else c then d else e