mirror of
https://github.com/anoma/juvix.git
synced 2024-12-14 17:32:00 +03:00
12 lines
126 B
Plaintext
12 lines
126 B
Plaintext
module Prelude;
|
|
|
|
open import String public;
|
|
|
|
open import Bool public;
|
|
|
|
open import Pair public;
|
|
|
|
open import IO public;
|
|
|
|
end;
|