mirror of
https://github.com/anoma/juvix.git
synced 2024-12-04 06:23:13 +03:00
ee45ddf8c2
- Closes #2495
37 lines
336 B
Plaintext
37 lines
336 B
Plaintext
|
|
|
|
-- 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;
|
|
|
|
|
|
|
|
|
|
|