brittany/data/Test510.hs

7 lines
197 B
Haskell

-- brittany { lconfig_columnAlignMode: { tag: ColumnAlignModeDisabled }, lconfig_indentPolicy: IndentPolicyLeft }
func = if x
then if y -- y is important
then foo
else bar
else Nothing