module Axiom; axiom Action : Type; compile Action { ghc ↦ "IO ()"; }; end;