mirror of
https://github.com/anoma/juvix.git
synced 2024-12-04 17:07:28 +03:00
2baad15a41
* Enables new function syntax in local let-declarations * Closes #2251
5 lines
82 B
Plaintext
5 lines
82 B
Plaintext
module M;
|
|
|
|
f : (F : Type → Type) → (A : Type) → F A → F A
|
|
| _ _ x := x;
|