mirror of
https://github.com/anoma/juvix.git
synced 2024-12-03 09:41:10 +03:00
ee45ddf8c2
- Closes #2495
6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
module UnsolvedMeta;
|
|
|
|
type Proxy (A : Type) := x : Proxy A;
|
|
|
|
t : Proxy _ := x;
|