1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-04 17:07:28 +03:00
juvix/tests/positive/InstanceImport/M.juvix
2024-10-23 16:02:56 +02:00

10 lines
113 B
Plaintext

module M;
trait
type T A := mkT@{pp : A → A};
type Unit := unit;
instance
unitI : T Unit := mkT λ{x := x};