1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-03 09:41:10 +03:00
juvix/tests/negative/Internal/UnsolvedMeta.juvix
Jonathan Cubides ee45ddf8c2
Fix #2495 (#2496)
- Closes #2495
2023-11-03 21:23:57 +01:00

6 lines
79 B
Plaintext

module UnsolvedMeta;
type Proxy (A : Type) := x : Proxy A;
t : Proxy _ := x;