mirror of
https://github.com/anoma/juvix.git
synced 2024-12-15 10:03:22 +03:00
6 lines
56 B
Plaintext
6 lines
56 B
Plaintext
module Inductive;
|
|
|
|
inductive T {
|
|
t : T;
|
|
};
|
|
end ; |