-- test direct call in argument position module Normalize0 where instruction primDiv "divint" :: Int! -> Int! -> Int! main = (\x -> x) (primDiv 84 2)