1 2 3 4 5 6 7 8
module test (+) infixl 6 :: !Int !Int -> Int (+) a b = code inline { addI } Start = 10 + 20