module MultipleCompileRuleSameBackend; axiom A : Type; compile A { ghc -> "Bool"; ghc -> "Integer"; }; end;