1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-14 17:32:00 +03:00
juvix/tests/positive/MiniC/MultiModules/Prelude.mjuvix
2022-06-16 12:50:11 +02:00

12 lines
126 B
Plaintext

module Prelude;
open import String public;
open import Bool public;
open import Pair public;
open import IO public;
end;