mirror of
https://github.com/anoma/juvix.git
synced 2024-12-14 08:27:03 +03:00
3fbc9c7c55
Closes #1644 #1635
6 lines
47 B
Plaintext
6 lines
47 B
Plaintext
module Inductive;
|
|
|
|
type T := t : T;
|
|
|
|
end ;
|