module ShouldCompile where
a ---> b = a + a
foo = 3
 ---> 4
 ---> 5
