1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-14 17:32:00 +03:00
juvix/tests/positive/Axiom.mjuvix
2022-03-23 15:05:52 +00:00

9 lines
85 B
Plaintext

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