mirror of
https://github.com/anoma/juvix.git
synced 2024-12-14 08:27:03 +03:00
7 lines
57 B
Plaintext
7 lines
57 B
Plaintext
module Inductive;
|
|
|
|
inductive T {
|
|
t : T;
|
|
};
|
|
end ;
|