1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-15 01:52:11 +03:00
juvix/tests/positive/Axiom.mjuvix

9 lines
85 B
Plaintext
Raw Normal View History

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