1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-04 17:07:28 +03:00
juvix/tests/positive/LocalModWithAxiom.juvix

37 lines
336 B
Plaintext
Raw Normal View History

2023-11-03 23:23:57 +03:00
-- Hola
{-- This is Judoc block comment --}
-- Bonjour
{-# format : false #-}
module LocalModWithAxiom;
module A;
axiom B : Type;
end;
module C;
axiom D : Type;
module E;
axiom F : Type;
end;
end;