mirror of
https://github.com/anoma/juvix.git
synced 2024-12-15 01:52:11 +03:00
10 lines
104 B
Plaintext
10 lines
104 B
Plaintext
|
module Input;
|
||
|
|
||
|
open import Extra;
|
||
|
open import Base;
|
||
|
open import Stdlib.Prelude;
|
||
|
|
||
|
axiom x : Extra;
|
||
|
|
||
|
end;
|