1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-02 10:47:32 +03:00
juvix/tests/positive/InstanceAxiom.juvix
2023-10-10 15:55:17 +02:00

10 lines
91 B
Plaintext

module InstanceAxiom;
trait
type T := t;
axiom <body> : T;
instance
inst : T := <body>;